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 = "1phwliyya7wnxa53qjh9y5ksskwxihyb8apykq2c33wq9dx72a03 " ;
53+ depsSha256 = "0gppwz6dvligrrgjmramyrm9723pwhg89cqfpxj22z2d86brwas2 " ;
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 @@ -80,7 +80,7 @@ object Dependencies {
8080 )
8181
8282 val network : Seq [ModuleID ] = {
83- val scalanetVersion = " 0.5.1-SNAPSHOT "
83+ val scalanetVersion = " 0.6.0 "
8484 Seq (
8585 " io.iohk" %% " scalanet" % scalanetVersion,
8686 " io.iohk" %% " scalanet-discovery" % scalanetVersion
You can’t perform that action at this time.
0 commit comments