From 676d1a2fde972703eed1807f7bd05e31d9a409c4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:11:13 +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 8b4a6ad..3c8563d 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,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, "3.3.6") ThisBuild / scalaVersion := Scala213 // the default Scala