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 abe9c6e commit d12860dCopy full SHA for d12860d
project/Dependencies.scala
@@ -104,7 +104,7 @@ object Dependencies {
104
.excludeAll(ExclusionRule(organization = "org.scala-lang"))
105
val jacksonCbor3 = "tools.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonVersion3
106
107
- val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.9.0"
+ val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.10.0"
108
109
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
110
0 commit comments