Skip to content

Commit 8ad4e3a

Browse files
committed
Update snappy-java to 1.1.10.1
1 parent c5426eb commit 8ad4e3a

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-3",
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)