Skip to content

Commit bbd68b9

Browse files
Update snappy-java to 1.1.10.1 (ReactiveMongo#1229)
* Update snappy-java to 1.1.10.1 * Revert commit(s) 8ad4e3a * Update snappy-java to 1.1.10.1 --------- Co-authored-by: Cédric Chantepie <[email protected]>
1 parent 976b9d1 commit bbd68b9

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
@@ -10,7 +10,7 @@ lazy val `ReactiveMongo-Core` = project
1010
("org.reactivemongo" %% "reactivemongo-bson-api" % version.value)
1111
.exclude("org.slf4j", "*") +: deps ++: Seq(
1212
"com.github.luben" % "zstd-jni" % "1.5.5-4",
13-
"org.xerial.snappy" % "snappy-java" % "1.1.10.0",
13+
"org.xerial.snappy" % "snappy-java" % "1.1.10.1",
1414
Dependencies.specs.value
1515
)
1616
},

0 commit comments

Comments
 (0)