From be2fd845968ed47658f2eaf0d43f9fb8e6e46272 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jan 2025 20:44:09 +0000 Subject: [PATCH] Update rocksdbjni to 9.7.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed490745..d0196efe 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ lazy val settings = Seq( libraryDependencies += "com.oath.cyclops" % "cyclops" % "10.4.1", libraryDependencies += "org.junit.jupiter" % "junit-jupiter-params" % "5.11.4", libraryDependencies += "org.junit.platform" % "junit-platform-launcher" % "1.11.4", - libraryDependencies += "org.rocksdb" % "rocksdbjni" % "9.7.3", + libraryDependencies += "org.rocksdb" % "rocksdbjni" % "9.7.4", libraryDependencies += "org.apache.commons" % "commons-text" % "1.13.0", libraryDependencies += "com.lihaoyi" %% "pprint" % "0.9.0", libraryDependencies += "org.typelevel" %% "cats-laws" % "2.12.0" % Test,