Skip to content

Commit 38324fc

Browse files
Update lmdbjava to 0.9.0 (#840)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent f6af100 commit 38324fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object Dependencies {
8181
"com.typesafe" %% "ssl-config-core" % sslConfigVersion
8282
}
8383

84-
val lmdb = "org.lmdbjava" % "lmdbjava" % "0.8.3"
84+
val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.0"
8585

8686
val junit = "junit" % "junit" % junitVersion
8787
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version

0 commit comments

Comments
 (0)