From d16638aeefe22582701b34e4d4efaca109e0a9c0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:06:12 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.16 (#645) Co-authored-by: Ayoub Benali --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d1674809..7dd98a00 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val shapelessVersion = "2.3.12" val slf4jNopVersion = "2.0.16" val scala212 = "2.12.20" -val scala213 = "2.13.15" +val scala213 = "2.13.16" val scala3 = "3.3.4" ThisBuild / versionScheme := Some("early-semver")