Update lmdbjava to 0.8.3 (#731)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2023-10-15 02:12:51 +01:00 committed by GitHub
parent 77ff42d99b
commit e72dfa58a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ object Dependencies {
"com.typesafe" %% "ssl-config-core" % sslConfigVersion
}
val lmdb = "org.lmdbjava" % "lmdbjava" % "0.7.0"
val lmdb = "org.lmdbjava" % "lmdbjava" % "0.8.3"
val junit = "junit" % "junit" % junitVersion