We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f3a46 commit c2f24c0Copy full SHA for c2f24c0
build.sc
@@ -75,7 +75,7 @@ object Dependencies {
75
def xxHashLibrary = ivy"net.jpountz.lz4:lz4:1.3.0"
76
def zinc = ivy"org.scala-sbt::zinc:1.9.3"
77
def zipkinSender = ivy"io.zipkin.reporter2:zipkin-sender-urlconnection:2.16.4"
78
- def zt = ivy"org.zeroturnaround:zt-zip:1.15"
+ def zt = ivy"org.zeroturnaround:zt-zip:1.16"
79
80
def graalVmId = s"graalvm-java17:$graalvmVersion"
81
}
0 commit comments