diff --git a/nix/pkgs/mantis.nix b/nix/pkgs/mantis.nix index 3c63bd4a24..78186c85e8 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 = "1phwliyya7wnxa53qjh9y5ksskwxihyb8apykq2c33wq9dx72a03"; + depsSha256 = "0gppwz6dvligrrgjmramyrm9723pwhg89cqfpxj22z2d86brwas2"; # 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 45de558993..7b165ae0b1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -80,7 +80,7 @@ object Dependencies { ) val network: Seq[ModuleID] = { - val scalanetVersion = "0.5.1-SNAPSHOT" + val scalanetVersion = "0.6.0" Seq( "io.iohk" %% "scalanet" % scalanetVersion, "io.iohk" %% "scalanet-discovery" % scalanetVersion