From af935508d1c719b2f25db31bb6216a23be5a51d0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:26:54 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f929a6..e103771 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ ThisBuild / developers := List( ThisBuild / tlSonatypeUseLegacyHost := false val Scala212 = "2.12.20" -val Scala213 = "2.13.14" +val Scala213 = "2.13.15" val Scala3 = "3.3.3" ThisBuild / scalaVersion := Scala212 // The default while sbt is still based on Scala 2.12.x