Skip to content

Commit

Permalink
Bump sbt version to 1.4.6 (#894)
Browse files Browse the repository at this point in the history
* latest sbt version bump
* Nix dependencies update
  • Loading branch information
Dmitry Voronov committed Jan 15, 2021
1 parent 19ed816 commit b9d9703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/pkgs/mantis.nix
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version = 1.4.0
sbt.version = 1.4.6

0 comments on commit b9d9703

Please sign in to comment.