explicit specs2 version

This commit is contained in:
Thibault Duplessis 2017-06-06 10:09:45 +02:00
parent 3fac0fd1fe
commit 799b374c5a
2 changed files with 3 additions and 1 deletions

View file

@ -37,7 +37,8 @@ object ApplicationBuild extends Build {
reactivemongo.driver, reactivemongo.iteratees, akka.actor, akka.slf4j,
maxmind, prismic, netty, guava,
kamon.core, kamon.influxdb,
java8compat, semver, scrimage, configs, scaffeine),
java8compat, semver, scrimage, configs, scaffeine,
specs2),
TwirlKeys.templateImports ++= Seq(
"lila.game.{ Game, Player, Pov }",
"lila.tournament.Tournament",

View file

@ -37,6 +37,7 @@ object Dependencies {
val scaffeine = "com.github.blemale" %% "scaffeine" % "2.0.0" % "compile"
val netty = "io.netty" % "netty" % "3.10.6.Final"
val guava = "com.google.guava" % "guava" % "21.0"
val specs2 = "org.specs2" %% "specs2-core" % "3.9.0" % "test"
object reactivemongo {
val version = "0.12.2"