From ec5416b558277e560c0d0e9d409ea0b1c415d5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 07:42:30 +0000 Subject: [PATCH] Bump org.scala-lang:scala-library from 2.13.13 to 2.13.14 Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.13 to 2.13.14. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.13...v2.13.14) --- 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 e9e6190..f94ac1a 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.13' + implementation 'org.scala-lang:scala-library:2.13.14' // This dependency is used by the application. implementation 'com.google.guava:guava:33.1.0-jre'