From ea4e4d6f151a170fae3cdc5dad997554af1aab49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 04:17:34 +0000 Subject: [PATCH] Bump scala-library from 2.13.6 to 2.13.8 Bumps [scala-library](https://github.com/scala/scala) from 2.13.6 to 2.13.8. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.6...v2.13.8) --- 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 3d5cc68..f899a24 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { ext { scalaVersion = '2.13' - scalaBinaryVersion = '2.13.6' + scalaBinaryVersion = '2.13.8' javaVersion = JavaVersion.VERSION_11 slf4jVersion = '1.7.32'