compression 3.2.1

This commit is contained in:
Thibault Duplessis
2026-03-06 10:51:41 +01:00
parent 4c6cb3bf83
commit 34c65b8296
+1 -1
View File
@@ -18,7 +18,7 @@ object Dependencies {
val alleycats = "org.typelevel" %% "alleycats-core" % "2.13.0"
val catsMtl = "org.typelevel" %% "cats-mtl" % "1.6.0"
val hasher = "com.roundeights" %% "hasher" % "1.3.1"
val compression = "com.github.lichess-org" % "compression" % "3.1.3"
val compression = "com.github.lichess-org" % "compression" % "3.2.1"
val maxmind = "com.maxmind.geoip2" % "geoip2" % "4.0.1"
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.3" % "compile"
val scaffeine = "com.github.blemale" %% "scaffeine" % "5.3.0" % "compile"