diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3eb62d8d27..71f3574113 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,18 +8,18 @@ object Dependencies { val scalalib = "com.github.ornicar" %% "scalalib" % "7.0.2" val hasher = "com.roundeights" %% "hasher" % "1.2.1" val jodaTime = "joda-time" % "joda-time" % "2.10.12" - val chess = "org.lichess" %% "scalachess" % "10.2.10" + val chess = "org.lichess" %% "scalachess" % "10.2.11" val compression = "org.lichess" %% "compression" % "1.6" val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.3.1-THIB" val prismic = "io.prismic" %% "scala-kit" % "1.2.19-THIB213" - val scaffeine = "com.github.blemale" %% "scaffeine" % "5.1.1" % "compile" + val scaffeine = "com.github.blemale" %% "scaffeine" % "5.1.1" % "compile" val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.2.1" val scalaUri = "io.lemonlabs" %% "scala-uri" % "3.6.0" val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.4" val lettuce = "io.lettuce" % "lettuce-core" % "6.1.5.RELEASE" val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.65.Final" classifier "linux-x86_64" - val autoconfig = "io.methvin.play" %% "autoconfig-macros" % "0.3.2" % "provided" - val scalatest = "org.scalatest" %% "scalatest" % "3.1.0" % Test + val autoconfig = "io.methvin.play" %% "autoconfig-macros" % "0.3.2" % "provided" + val scalatest = "org.scalatest" %% "scalatest" % "3.1.0" % Test val uaparser = "org.uaparser" %% "uap-scala" % "0.13.0" val specs2 = "org.specs2" %% "specs2-core" % "4.13.0" % Test val apacheText = "org.apache.commons" % "commons-text" % "1.9"