Skip to content

Commit b9d9703

Browse files
author
Dmitry Voronov
authored
Bump sbt version to 1.4.6 (#894)
* latest sbt version bump * Nix dependencies update
1 parent 19ed816 commit b9d9703

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 = "1zsf8yykr8a7p9za4lyw8l1rhqa7ppas049lawp9pn90sj0xkjh5";
53+
depsSha256 = "1phwliyya7wnxa53qjh9y5ksskwxihyb8apykq2c33wq9dx72a03";
5454

5555
# this is the command used to to create the fixed-output-derivation
5656
depsWarmupCommand = "sbt compile --debug -Dnix=true";

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.4.0
1+
sbt.version = 1.4.6

0 commit comments

Comments
 (0)