tweak deps script

pull/867/merge
Thibault Duplessis 2015-08-31 22:52:49 +02:00
parent 84bbc454b0
commit 08beafd0cd
1 changed files with 1 additions and 2 deletions

View File

@ -11,9 +11,8 @@ sbt publish-local
cd ..
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
git checkout 1210thib
sbt -Dversion=1.2.10-THIB publish-local
cd ..