From df29a7552ef6612208fab515bd9e66a56d7a21d9 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:35:07 +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 565880b..4767099 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / mergifyStewardConfig ~= { _.map(_.withAuthor("typelevel-steward[bot]")) } -ThisBuild / crossScalaVersions := Seq("2.13.16", "3.3.5") +ThisBuild / crossScalaVersions := Seq("2.13.17", "3.3.5") lazy val root = tlCrossRootProject .aggregate(toolkit, toolkitTest, tests)