From 1a9fee5d06e73386aee450bca414dc3593672916 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 27 Oct 2024 00:28:49 +0000 Subject: [PATCH] Update rocksdbjni to 9.7.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9678134..e9a0319 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ val spatial4JVersion: String = "0.8" val haloDBVersion: String = "0.5.6" -val rocksDBVersion: String = "9.6.1" +val rocksDBVersion: String = "9.7.3" val mapdbVersion: String = "3.1.0"