add scalaffeine dependency

This commit is contained in:
Thibault Duplessis 2017-01-26 14:10:03 +01:00
parent 8933711ad3
commit 2e121ffabd
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, guava),
java8compat, semver, scrimage, configs, guava, scalaffeine),
TwirlKeys.templateImports ++= Seq(
"lila.game.{ Game, Player, Pov }",
"lila.tournament.Tournament",

View file

@ -41,6 +41,7 @@ object Dependencies {
val semver = "com.gilt" %% "gfc-semver" % "0.0.5"
val scrimage = "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8"
val configs = "com.github.kxbmap" %% "configs" % "0.4.4"
val scalaffeine = "com.github.blemale" %% "scaffeine" % "2.0.0" % "compile"
object reactivemongo {
val version = "0.12.0"