Skip to content

Commit

Permalink
update sbt script version
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Dec 7, 2020
1 parent f8bfbc2 commit b6b7e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
packageOverrides = pkgs: rec {
sbt = pkgs.sbt.overrideAttrs (
old: rec {
version = "1.3.13";
version = "1.4.4";

patchPhase = ''
echo -java-home ${java} >> conf/sbtopts
Expand Down

0 comments on commit b6b7e16

Please sign in to comment.