diff --git a/nix/pkgs/mantis.nix b/nix/pkgs/mantis.nix index acfe657ed3..d2952ca2a4 100644 --- a/nix/pkgs/mantis.nix +++ b/nix/pkgs/mantis.nix @@ -50,7 +50,7 @@ in sbt.mkDerivation { # This sha represents the change dependencies of mantis. # Update this sha whenever you change the dependencies - depsSha256 = "07iixw8va4zwpiln2zy2gr245z1ir4jd6pqgmkzhwnhw3mf5j28k"; + depsSha256 = "0bdpmkgz2m7fxrhlq7bfm9nyhzj1kzsnh9j6dwrc218rp2sm9bxz"; # this is the command used to to create the fixed-output-derivation depsWarmupCommand = "sbt compile --debug -Dnix=true"; diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 82aa858d85..8d24fc36b3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -48,7 +48,7 @@ object Dependencies { val rocksDb = Seq( // use "5.18.3" for older macOS - "org.rocksdb" % "rocksdbjni" % "6.11.4" + "org.rocksdb" % "rocksdbjni" % "6.15.2" ) val enumeratum: Seq[ModuleID] = Seq(