From 97950c11a2040789a0e3a3f8adcd56d1c7f1aadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 04:02:26 +0000 Subject: [PATCH] Bump org.scala-lang:scala3-library_3 from 3.7.2 to 3.7.3 Bumps [org.scala-lang:scala3-library_3](https://github.com/scala/scala3) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.7.2...3.7.3) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-version: 3.7.3 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 b037b3d9..925d7203 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { ext { javaVersion = JavaVersion.VERSION_17 scalaVersion = '3' - scalaBinaryVersion = '3.7.2' + scalaBinaryVersion = '3.7.3' scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins }