We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 623cf6b + 6068d3d commit 35708a1Copy full SHA for 35708a1
build.sbt
@@ -79,7 +79,7 @@ lazy val root: Project = project
79
"org.apache.beam" % "beam-runners-direct-java" % beamVersion % Test,
80
"com.spotify" %% "scio-test" % scioVersion % Test,
81
"org.slf4j" % "slf4j-simple" % slf4jVersion % Test,
82
- "com.github.luben" % "zstd-jni" % "1.5.6-10"
+ "com.github.luben" % "zstd-jni" % "1.5.7-1"
83
)
84
85
0 commit comments