diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7fbef9851d..3d194e143a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ 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.8" + val jodaTime = "joda-time" % "joda-time" % "2.10.9" val chess = "org.lichess" %% "scalachess" % "10.1.5" val compression = "org.lichess" %% "compression" % "1.6" val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.3.1-THIB"