upgrade scalachess to honor imported time control - closes #2579

This commit is contained in:
Thibault Duplessis 2017-09-09 13:28:13 -05:00
parent b16dd025bd
commit 32932cd67e

View file

@ -29,7 +29,7 @@ object Dependencies {
val hasher = "com.roundeights" %% "hasher" % "1.2.0"
val jodaTime = "joda-time" % "joda-time" % "2.9.9"
val chess = "org.lichess" %% "scalachess" % "6.8"
val chess = "org.lichess" %% "scalachess" % "6.9"
val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.2.3-THIB"
val prismic = "io.prismic" %% "scala-kit" % "1.2.11-THIB"
val java8compat = "org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0"