From fadee5ed603d1923fc77f1fe8e6fb06ab53766f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 00:34:33 +0000 Subject: [PATCH] Bump VERSIONS.SCALA3 from 3.6.3 to 3.6.4 Bumps `VERSIONS.SCALA3` from 3.6.3 to 3.6.4. Updates `org.scala-lang:scala3-library_3` from 3.6.3 to 3.6.4 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.6.3...3.6.4) Updates `org.scala-lang:scala3-compiler_3` from 3.6.3 to 3.6.4 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.6.3...3.6.4) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-library_3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.scala-lang:scala3-compiler_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 fdee792..aeddb4a 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { def VERSIONS = [ QUARKUS : "3.17.6", QUARKUS_SCALA3: "1.0.0", - SCALA3 : "3.6.3", + SCALA3 : "3.6.4", MAGNUM : "1.3.1", STTP : "3.10.3", ZIO : "2.1.16",