This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch revert-2462-update/lmdbjava-0.9.2 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit bdd88ee259220a73674fd90512c58fe8dfd0480c Author: PJ Fanning <[email protected]> AuthorDate: Wed Nov 12 11:16:34 2025 +0100 Revert "Update lmdbjava to 0.9.2 (#2462)" This reverts commit e251356ad99a5e773a3d9b6b775baf52b892123a. --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 376cb0649f..c472bb6ad2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -75,7 +75,7 @@ object Dependencies { // reactive streams val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion - val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.2" + val lmdb = "org.lmdbjava" % "lmdbjava" % "0.9.1" val junit = "junit" % "junit" % junitVersion val junit6 = "org.junit.jupiter" % "junit-jupiter-engine" % junit6Version --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
