Skip to content

Commit faaa7cb

Browse files
chore: switch to at.yawk.lz4 (#32856)
1 parent a6eda00 commit faaa7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ object Dependencies {
8484
val jacksonScala = "com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonCoreVersion // ApacheV2
8585
val jacksonParameterNames = "com.fasterxml.jackson.module" % "jackson-module-parameter-names" % jacksonCoreVersion // ApacheV2
8686
val jacksonCbor = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonCoreVersion // ApacheV2
87-
val lz4Java = "org.lz4" % "lz4-java" % "1.8.0" // ApacheV2
87+
val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.10.0" // ApacheV2
8888

8989
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion // EPL 1.0
9090
}

0 commit comments

Comments
 (0)