Skip to content

Commit

Permalink
Update rocksdbjni to 9.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2025
1 parent ffe70cf commit be2fd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be2fd84

Please sign in to comment.