From b9fe8bb243326e566b0c316fbbbfa376f563b066 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:12:33 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9b41f3d..e43766d 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.5") lazy val root = tlCrossRootProject.aggregate(catscript, examples)