From 1fe274ab928634c2d83b11565999d442eea35e99 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:12:45 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 085cf8f..c2e3a1e 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,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("2.12.20", Scala213, "3.3.7") ThisBuild / scalaVersion := Scala213 // the default Scala