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