From b9d9703c67a24f330b23cfc1ee503c5d148e05f2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronov Date: Fri, 15 Jan 2021 13:54:53 +0300 Subject: [PATCH] Bump sbt version to 1.4.6 (#894) * latest sbt version bump * Nix dependencies update --- nix/pkgs/mantis.nix | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/pkgs/mantis.nix b/nix/pkgs/mantis.nix index e44f898c13..3c63bd4a24 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 = "1zsf8yykr8a7p9za4lyw8l1rhqa7ppas049lawp9pn90sj0xkjh5"; + depsSha256 = "1phwliyya7wnxa53qjh9y5ksskwxihyb8apykq2c33wq9dx72a03"; # this is the command used to to create the fixed-output-derivation depsWarmupCommand = "sbt compile --debug -Dnix=true"; diff --git a/project/build.properties b/project/build.properties index 2ec6cd9155..daac5dbf66 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.4.0 +sbt.version = 1.4.6