Skip to content

Commit c560b66

Browse files
bump: lmdbjava 0.9.1 (was 0.9.0) (#32678)
1 parent 7a8d0b9 commit c560b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object Dependencies {
6666
// reactive streams
6767
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion // MIT-0
6868

69-
val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.0" // ApacheV2, OpenLDAP Public License
69+
val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.1" // ApacheV2, OpenLDAP Public License
7070

7171
val junit = "junit" % "junit" % junitVersion // Common Public License 1.0
7272

0 commit comments

Comments
 (0)