From 9d55da5a4f57365473a1c10f2fc66a24815d6980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 21:33:53 +0000 Subject: [PATCH] Bump scala-library from 2.13.8 to 2.13.10 Bumps [scala-library](https://github.com/scala/scala) from 2.13.8 to 2.13.10. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.8...v2.13.10) --- updated-dependencies: - dependency-name: org.scala-lang:scala-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 68e0648..0768806 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -50,7 +50,7 @@ repositories { dependencies { // Use Scala 2.13 in our library project - implementation 'org.scala-lang:scala-library:2.13.8' + implementation 'org.scala-lang:scala-library:2.13.10' implementation 'com.typesafe.play:play-json_2.13:2.9.2' // Use Scalatest for testing our library