upgrade dependencies

This commit is contained in:
Thibault Duplessis 2017-08-25 18:47:27 -05:00
parent e7b9e00825
commit 599fb907da

View file

@ -22,12 +22,12 @@ object Dependencies {
)
}
val scalaz = "org.scalaz" %% "scalaz-core" % "7.2.13"
val scalalib = "com.github.ornicar" %% "scalalib" % "6.3"
val scalaz = "org.scalaz" %% "scalaz-core" % "7.2.15"
val scalalib = "com.github.ornicar" %% "scalalib" % "6.4"
val typesafeConfig = "com.typesafe" % "config" % "1.3.1"
val findbugs = "com.google.code.findbugs" % "jsr305" % "3.0.1"
val hasher = "com.roundeights" %% "hasher" % "1.2.0"
val jodaTime = "joda-time" % "joda-time" % "2.9.7"
val jodaTime = "joda-time" % "joda-time" % "2.9.9"
val chess = "org.lichess" %% "scalachess" % "6.6"
val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.2.3-THIB"
@ -39,7 +39,7 @@ object Dependencies {
val scaffeine = "com.github.blemale" %% "scaffeine" % "2.2.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"
val specs2 = "org.specs2" %% "specs2-core" % "3.9.2" % "test"
object reactivemongo {
val version = "0.12.2"