Skip to content

Commit

Permalink
Update sbt to 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed Feb 22, 2024
1 parent 0152afa commit 1b34da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
# read the first non-empty string from the VERSION file
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));

depsSha256 = "sha256-lCMqisr8mOy24ecaMvURRXr7vWRe8jhl1PUGOvjnAo0=";
depsSha256 = "sha256-fizX5W80PkAXI7s8JjmlpdtXwwbNLe1Cwio63gkpmjs=";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.7
sbt.version = 1.9.8

0 comments on commit 1b34da5

Please sign in to comment.