Skip to content

Commit

Permalink
upgrade compression
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 20, 2025
1 parent dcfbde7 commit 0fe754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val cats = "org.typelevel" %% "cats-core" % "2.12.0"
val alleycats = "org.typelevel" %% "alleycats-core" % "2.12.0"
val hasher = "com.roundeights" %% "hasher" % "1.3.1"
val compression = "org.lichess" %% "compression" % "1.10"
val compression = "org.lichess" %% "compression" % "3.0"
val maxmind = "com.maxmind.geoip2" % "geoip2" % "4.0.1"
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.0" % "compile"
val scaffeine = "com.github.blemale" %% "scaffeine" % "5.3.0" % "compile"
Expand Down

0 comments on commit 0fe754b

Please sign in to comment.