From c81c4e45c6b160c87473c086100f4f23727d9ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 21:19:41 +0000 Subject: [PATCH] Bump scala-library from 2.13.8 to 2.13.9 Bumps [scala-library](https://github.com/scala/scala) from 2.13.8 to 2.13.9. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.8...v2.13.9) --- 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..e7c1999 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.9' implementation 'com.typesafe.play:play-json_2.13:2.9.2' // Use Scalatest for testing our library