From c469b75cc8c2d3b20c0c39e2830e28e6af9ec4d8 Mon Sep 17 00:00:00 2001 From: KonradStaniec Date: Fri, 15 Jan 2021 13:03:19 +0100 Subject: [PATCH 1/2] [Chore] Bump scalanet version --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e4947ffc56919dd9742e5361204b099e30514732 Mon Sep 17 00:00:00 2001 From: KonradStaniec Date: Fri, 15 Jan 2021 13:59:00 +0100 Subject: [PATCH 2/2] [Chore] Update nix expressions --- nix/pkgs/mantis.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";