From e75288f11a7cd11e1c1676fdd79e98420f5caca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:07:37 +0000 Subject: [PATCH] Bump org.scala-lang:scala3-compiler_3 from 3.5.2 to 3.6.1 Bumps [org.scala-lang:scala3-compiler_3](https://github.com/scala/scala3) from 3.5.2 to 3.6.1. - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/compare/3.5.2...3.6.1) --- updated-dependencies: - dependency-name: org.scala-lang:scala3-compiler_3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 20fa1cc..7e47e14 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.opencsv:opencsv:5.9' implementation 'commons-cli:commons-cli:1.9.0' - testImplementation "org.scala-lang:scala3-compiler_3:3.5.2" + testImplementation "org.scala-lang:scala3-compiler_3:3.6.1" testImplementation "org.scalatest:scalatest_3:$scalatestVersion" testImplementation "org.scalatest:scalatest-wordspec_3:$scalatestVersion" testImplementation "org.scalatest:scalatest-shouldmatchers_3:$scalatestVersion"