From ac64cc8e3d9b2c45683ba07dfbd50fdf7abc457a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:14:52 +0000 Subject: [PATCH] Bump org.scala-lang:scala-library from 2.13.12 to 2.13.13 Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.12 to 2.13.13. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.12...v2.13.13) --- updated-dependencies: - dependency-name: org.scala-lang:scala-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9f4ceb3..bfd6ba4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,7 +21,7 @@ repositories { dependencies { // Use Scala 2.13 in our library project - implementation 'org.scala-lang:scala-library:2.13.12' + implementation 'org.scala-lang:scala-library:2.13.13' // This dependency is used by the application. implementation 'com.google.guava:guava:33.0.0-jre'