From aa4d78d95a16ccc2091f5434504c852d34282376 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Sun, 9 Jul 2023 00:38:56 +0200 Subject: [PATCH] Bump scalachess 15.4.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 06ae45d7f919..c4d6952b527d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { val scalalib = "com.github.ornicar" %% "scalalib" % "9.5.5" val hasher = "com.roundeights" %% "hasher" % "1.3.1" val jodaTime = "joda-time" % "joda-time" % "2.12.5" - val chess = "org.lichess" %% "scalachess" % "15.4.0" + val chess = "org.lichess" %% "scalachess" % "15.4.2" val compression = "org.lichess" %% "compression" % "1.8" val maxmind = "com.maxmind.geoip2" % "geoip2" % "4.0.1" val prismic = "io.prismic" %% "scala-kit" % "1.2.19_lila-3.1"