From 0197e5abf9c2f6518c80979399d6f7d86aa7290c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:53:38 +0000 Subject: [PATCH] Bump org.scala-lang:scala-library from 2.13.15 to 2.13.16 Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.15 to 2.13.16. - [Release notes](https://github.com/scala/scala/releases) - [Commits](https://github.com/scala/scala/compare/v2.13.15...v2.13.16) --- 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 22aced73..d566eccf 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ ext { // required for pekko scalaVersion = "2.13" - scalaBinaryVersion = "2.13.15" + scalaBinaryVersion = "2.13.16" pekkoVersion = "1.1.3" }