Skip to content

Commit b50fe2b

Browse files
authored
Merge pull request #594 from avdv/renovate/scala-3.7.x
Update dependency scala to v3.7.4
2 parents 1388c19 + 94ab12e commit b50fe2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import scala.Ordering.Implicits._
1111

1212
Global / onChangedBuildSource := ReloadOnSourceChanges
1313

14-
ThisBuild / scalaVersion := "3.7.3"
14+
ThisBuild / scalaVersion := "3.7.4"
1515

1616
val sharedSettings = Seq(
1717
publish / skip := true,

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
# read the first non-empty string from the VERSION file
162162
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));
163163

164-
depsSha256 = "sha256-4eCi2JX4J8C7SW3XKzuNFb2T+3aFsAPaNksFwOWgGOo=";
164+
depsSha256 = "sha256-otzMW12femIQG+7xz/6fpTybZSA+t3R3TstXeagkrU0=";
165165

166166
src = filter {
167167
root = self;

0 commit comments

Comments
 (0)