Skip to content

Commit

Permalink
updating rocksdb to 8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Mar 5, 2024
1 parent 3974f64 commit 9ef6f9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ lazy val commonSettings = Seq(
// without the tag version resolves to [branch name]-[git commit hash]-SNAPSHOT
// don't set the version manually
resolvers ++= Seq("Sonatype Releases" at "https://oss.sonatype.org/content/repositories/releases/",
"Bintray" at "https://jcenter.bintray.com/", //for org.ethereum % leveldbjni-all
"SonaType" at "https://oss.sonatype.org/content/groups/public",
"Typesafe maven releases" at "https://dl.bintray.com/typesafe/maven-releases/",
"Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"),
Expand Down Expand Up @@ -217,7 +216,7 @@ lazy val avldb = (project in file("avldb"))
javacOptions in(Compile, compile) ++= javacReleaseOption,
libraryDependencies ++= Seq(
// database dependencies
"org.rocksdb" % "rocksdbjni" % "8.9.1"
"org.rocksdb" % "rocksdbjni" % "8.11.3"
)
)

Expand Down

0 comments on commit 9ef6f9d

Please sign in to comment.