Skip to content

Commit

Permalink
Update dependency sbt/sbt to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and avdv committed May 6, 2024
1 parent a417c0b commit 35d84fa
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 @@ -96,7 +96,7 @@
# read the first non-empty string from the VERSION file
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));

depsSha256 = "sha256-hp/idEadNq424gofOI9NSRcDOP4GWgL3d5UlSDxPFus=";
depsSha256 = "sha256-2zpMedMPr9SMAMaQStj6RN/o/aR8dscqIXI4H1Bv/sE=";

src = filter {
root = self;
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.9
sbt.version = 1.10.0

0 comments on commit 35d84fa

Please sign in to comment.