Skip to content

Commit 3f43e8e

Browse files
committed
bump compression to 3.1.3 for faster decoding
1 parent 5332699 commit 3f43e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val app = project
3434
"com.typesafe.akka" %% "akka-stream" % "2.6.21",
3535
"com.typesafe.akka" %% "akka-slf4j" % "2.6.21",
3636
"org.playframework" %% "play-json" % "3.0.4",
37-
"org.lichess" %% "compression" % "3.0",
37+
"com.github.lichess-org" % "compression" % "3.1.3",
3838
"org.slf4j" % "slf4j-nop" % "1.7.36"
3939
// "ch.qos.logback" % "logback-classic" % "1.4.14"
4040
)

0 commit comments

Comments
 (0)