From 4e8446836d40c9d1b7942586d917f00c49df2636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:45:50 +0000 Subject: [PATCH] Bump VERSIONS.SCALA3 from 3.5.1 to 3.5.2 Bumps `VERSIONS.SCALA3` from 3.5.1 to 3.5.2. Updates `org.scala-lang:scala3-library_3` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.5.1...3.5.2) Updates `org.scala-lang:scala3-compiler_3` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.5.1...3.5.2) --- 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 1e2679c..789c97d 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { def VERSIONS = [ QUARKUS : "3.15.1", QUARKUS_SCALA3: "1.0.0", - SCALA3 : "3.5.1", + SCALA3 : "3.5.2", MAGNUM : "1.3.0", STTP : "3.10.0", ZIO : "2.1.11",