From e191a98ebe007991a26ca191305e59456301109d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:35:34 +0000 Subject: [PATCH] Update scala-library to 2.13.17 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a191fdf..ce59f89 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ ThisBuild / developers := List( // publish website from this branch ThisBuild / tlSitePublishBranch := Some("main") -val Scala213 = "2.13.16" +val Scala213 = "2.13.17" ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.3.6") ThisBuild / scalaVersion := Scala213 // the default Scala