upgrade guava 18->21

This commit is contained in:
Thibault Duplessis 2017-01-24 22:28:57 +01:00
parent edd450f78e
commit 632ea83670
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ object ApplicationBuild extends Build {
jgit, findbugs, reactivemongo.driver, reactivemongo.iteratees, akka.actor, akka.slf4j,
spray.caching, maxmind, prismic,
kamon.core, kamon.statsd, kamon.influxdb,
java8compat, semver, scrimage, configs),
java8compat, semver, scrimage, configs, guava),
TwirlKeys.templateImports ++= Seq(
"lila.game.{ Game, Player, Pov }",
"lila.tournament.Tournament",

View file

@ -29,6 +29,7 @@ object Dependencies {
val scalalib = "com.github.ornicar" %% "scalalib" % "5.7"
val config = "com.typesafe" % "config" % "1.3.1"
val apache = "org.apache.commons" % "commons-lang3" % "3.5"
val guava = "com.google.guava" % "guava" % "21.0"
val findbugs = "com.google.code.findbugs" % "jsr305" % "3.0.1"
val hasher = "com.roundeights" %% "hasher" % "1.2.0"
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "3.2.0.201312181205-r"