Skip to content

Commit a47805a

Browse files
Update zstd-jni to 1.5.5-4 (ReactiveMongo#1222)
Co-authored-by: Cédric Chantepie <[email protected]>
1 parent b7914b9 commit a47805a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val `ReactiveMongo-Core` = project
99

1010
("org.reactivemongo" %% "reactivemongo-bson-api" % version.value)
1111
.exclude("org.slf4j", "*") +: deps ++: Seq(
12-
"com.github.luben" % "zstd-jni" % "1.5.5-3",
12+
"com.github.luben" % "zstd-jni" % "1.5.5-4",
1313
"org.xerial.snappy" % "snappy-java" % "1.1.10.0",
1414
Dependencies.specs.value
1515
)

0 commit comments

Comments
 (0)