From 7ed93ca7633d35cea4087cff2e4d4c99f2816333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 04:11:24 +0000 Subject: [PATCH] Bump scala-library from 2.13.6 to 2.13.9 Bumps [scala-library](https://github.com/scala/scala) from 2.13.6 to 2.13.9. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.6...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 495a29b0..a4cf7363 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { ext { javaVersion = JavaVersion.VERSION_17 scalaVersion = '2.13' - scalaBinaryVersion = '2.13.6' + scalaBinaryVersion = '2.13.9' slf4jVersion = '1.7.36' circeVersion = '0.14.2' scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins