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.
2 parents 51e65f4 + 09fcb5f commit 6a130c3Copy full SHA for 6a130c3
build.sbt
@@ -9,7 +9,7 @@ lazy val `ReactiveMongo-Core` = project
9
10
("org.reactivemongo" %% "reactivemongo-bson-api" % version.value)
11
.exclude("org.slf4j", "*") +: deps ++: Seq(
12
- "com.github.luben" % "zstd-jni" % "1.5.5-4",
+ "com.github.luben" % "zstd-jni" % "1.5.5-5",
13
"org.xerial.snappy" % "snappy-java" % "1.1.10.1",
14
Dependencies.specs.value
15
)
0 commit comments