upgrade cache libraries

This commit is contained in:
Thibault Duplessis 2017-08-01 02:05:46 +02:00
parent 8a633bbae3
commit 83a61436f0

View file

@ -34,7 +34,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 scaffeine = "com.github.blemale" %% "scaffeine" % "2.0.0" % "compile"
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"