upgrade scalalib/scalachess; no longer stage specs2 for runtime

This commit is contained in:
Thibault Duplessis 2017-06-09 15:00:29 +02:00
parent c525afd772
commit 106f3172c7
4 changed files with 4 additions and 5 deletions

@ -1 +1 @@
Subproject commit 9e71606d14e127ff6017c6cae0d00f54ab2c6c1c
Subproject commit d1c2a22242969e36ea6d93f75a8ab0cca398251b

View file

@ -37,8 +37,7 @@ 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,
specs2),
java8compat, semver, scrimage, configs, scaffeine),
TwirlKeys.templateImports ++= Seq(
"lila.game.{ Game, Player, Pov }",
"lila.tournament.Tournament",

View file

@ -28,7 +28,7 @@ object BuildSettings {
.setPreference(CompactControlReadability, true)
.setPreference(DoubleIndentClassDeclaration, true))
def defaultDeps = Seq(scalaz, scalalib, jodaTime, ws, java8compat)
def defaultDeps = Seq(scalaz, scalalib, jodaTime, ws, java8compat, specs2)
def compile(deps: ModuleID*): Seq[ModuleID] = deps map (_ % "compile")
def provided(deps: ModuleID*): Seq[ModuleID] = deps map (_ % "provided")

View file

@ -22,7 +22,7 @@ object Dependencies {
}
val scalaz = "org.scalaz" %% "scalaz-core" % "7.2.13"
val scalalib = "com.github.ornicar" %% "scalalib" % "6.2"
val scalalib = "com.github.ornicar" %% "scalalib" % "6.3"
val config = "com.typesafe" % "config" % "1.3.1"
val findbugs = "com.google.code.findbugs" % "jsr305" % "3.0.1"
val hasher = "com.roundeights" %% "hasher" % "1.2.0"