From e20e24d28c1058e521273218e1ec7b4b82159d7d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 05:01:41 +0000 Subject: [PATCH] Update scala-library to 2.13.18 in series/0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38ee57c..9fabb53 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / developers := List( // publish website from this branch ThisBuild / tlSitePublishBranch := Some("main") -val Scala213 = "2.13.16" +val Scala213 = "2.13.18" ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.3.6") ThisBuild / scalaVersion := Scala213 // the default Scala