From bdcc837278ab5025fdf6b9dde70b1f6d4f62bf6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:05:11 +0000 Subject: [PATCH] Bump org.scala-lang:scala3-library_3 from 3.7.3 to 3.7.4 Bumps [org.scala-lang:scala3-library_3](https://github.com/scala/scala3) from 3.7.3 to 3.7.4. - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.7.3...3.7.4) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-version: 3.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 301fdf8..bbbb481 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ ext { // required for pekko scalaVersion = '3' - scalaBinaryVersion = '3.7.3' + scalaBinaryVersion = '3.7.4' pekkoVersion = "1.2.1" }