From 08cdbf161f51e2cc725c17ba701d2d57969f8217 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:02:06 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9b41f3d..b64c232 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / developers := List( ThisBuild / tlSitePublishBranch := Some("main") ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")) -ThisBuild / crossScalaVersions := Seq("2.13.15", "3.3.4") +ThisBuild / crossScalaVersions := Seq("2.13.15", "3.3.7") lazy val root = tlCrossRootProject.aggregate(catscript, examples)