Skip to content

Commit 3c9842a

Browse files
[Chore] Bump scalanet version (#896)
* [Chore] Bump scalanet version * [Chore] Update nix expressions
1 parent b9d9703 commit 3c9842a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/pkgs/mantis.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)