Skip to content

Commit 382d616

Browse files
authored
[Kaizen] Upgrade rocksdbjni version (#928)
1 parent 1199641 commit 382d616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/pkgs/mantis.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ in sbt.mkDerivation {
5050

5151
# This sha represents the change dependencies of mantis.
5252
# Update this sha whenever you change the dependencies
53-
depsSha256 = "07iixw8va4zwpiln2zy2gr245z1ir4jd6pqgmkzhwnhw3mf5j28k";
53+
depsSha256 = "0bdpmkgz2m7fxrhlq7bfm9nyhzj1kzsnh9j6dwrc218rp2sm9bxz";
5454

5555
# this is the command used to to create the fixed-output-derivation
5656
depsWarmupCommand = "sbt compile --debug -Dnix=true";

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object Dependencies {
4848

4949
val rocksDb = Seq(
5050
// use "5.18.3" for older macOS
51-
"org.rocksdb" % "rocksdbjni" % "6.11.4"
51+
"org.rocksdb" % "rocksdbjni" % "6.15.2"
5252
)
5353

5454
val enumeratum: Seq[ModuleID] = Seq(

0 commit comments

Comments
 (0)