We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1388c19 + 94ab12e commit b50fe2bCopy full SHA for b50fe2b
build.sbt
@@ -11,7 +11,7 @@ import scala.Ordering.Implicits._
11
12
Global / onChangedBuildSource := ReloadOnSourceChanges
13
14
-ThisBuild / scalaVersion := "3.7.3"
+ThisBuild / scalaVersion := "3.7.4"
15
16
val sharedSettings = Seq(
17
publish / skip := true,
flake.nix
@@ -161,7 +161,7 @@
161
# read the first non-empty string from the VERSION file
162
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));
163
164
- depsSha256 = "sha256-4eCi2JX4J8C7SW3XKzuNFb2T+3aFsAPaNksFwOWgGOo=";
+ depsSha256 = "sha256-otzMW12femIQG+7xz/6fpTybZSA+t3R3TstXeagkrU0=";
165
166
src = filter {
167
root = self;
0 commit comments