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 {
50
50
51
51
# This sha represents the change dependencies of mantis.
52
52
# Update this sha whenever you change the dependencies
53
- depsSha256 = "07iixw8va4zwpiln2zy2gr245z1ir4jd6pqgmkzhwnhw3mf5j28k " ;
53
+ depsSha256 = "0bdpmkgz2m7fxrhlq7bfm9nyhzj1kzsnh9j6dwrc218rp2sm9bxz " ;
54
54
55
55
# this is the command used to to create the fixed-output-derivation
56
56
depsWarmupCommand = "sbt compile --debug -Dnix=true" ;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ object Dependencies {
48
48
49
49
val rocksDb = Seq (
50
50
// use "5.18.3" for older macOS
51
- " org.rocksdb" % " rocksdbjni" % " 6.11.4 "
51
+ " org.rocksdb" % " rocksdbjni" % " 6.15.2 "
52
52
)
53
53
54
54
val enumeratum : Seq [ModuleID ] = Seq (
You can’t perform that action at this time.
0 commit comments