We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8d0b9 commit c560b66Copy full SHA for c560b66
project/Dependencies.scala
@@ -66,7 +66,7 @@ object Dependencies {
66
// reactive streams
67
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion // MIT-0
68
69
- val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.0" // ApacheV2, OpenLDAP Public License
+ val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.1" // ApacheV2, OpenLDAP Public License
70
71
val junit = "junit" % "junit" % junitVersion // Common Public License 1.0
72
0 commit comments