We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5332699 commit 3f43e8eCopy full SHA for 3f43e8e
build.sbt
@@ -34,7 +34,7 @@ lazy val app = project
34
"com.typesafe.akka" %% "akka-stream" % "2.6.21",
35
"com.typesafe.akka" %% "akka-slf4j" % "2.6.21",
36
"org.playframework" %% "play-json" % "3.0.4",
37
- "org.lichess" %% "compression" % "3.0",
+ "com.github.lichess-org" % "compression" % "3.1.3",
38
"org.slf4j" % "slf4j-nop" % "1.7.36"
39
// "ch.qos.logback" % "logback-classic" % "1.4.14"
40
)
0 commit comments