custom reactivemongo 0.12.1-LILA WIP

This commit is contained in:
Thibault Duplessis 2017-01-15 14:14:37 +01:00
parent b0801e9f93
commit 82c652abbb
2 changed files with 8 additions and 1 deletions

View file

@ -5,6 +5,13 @@ dir=$(mktemp -d)
echo "Building in $dir"
cd "$dir"
git clone https://github.com/ornicar/ReactiveMongo --branch 0.12.1-LILA
cd ReactiveMongo
sbt publish-local
cd ..
exit
git clone https://github.com/ornicar/Kamon --branch lila
cd Kamon
sbt publish-local

View file

@ -41,7 +41,7 @@ object Dependencies {
val scrimage = "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8"
object reactivemongo {
val version = "0.12.1"
val version = "0.12.1-LILA"
val driver = "org.reactivemongo" %% "reactivemongo" % version
val iteratees = "org.reactivemongo" %% "reactivemongo-iteratees" % version
}