tweak deps script

This commit is contained in:
Thibault Duplessis 2015-08-31 22:52:49 +02:00
parent 84bbc454b0
commit 08beafd0cd

View file

@ -11,9 +11,8 @@ sbt publish-local
cd .. cd ..
rm -rf scala-kit rm -rf scala-kit
git clone https://github.com/ornicar/scala-kit git clone https://github.com/ornicar/scala-kit --branch 1210thib
cd scala-kit cd scala-kit
git checkout 1210thib
sbt -Dversion=1.2.10-THIB publish-local sbt -Dversion=1.2.10-THIB publish-local
cd .. cd ..