File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments