From ff71365645798272388dc930dc6540f0d3116fe9 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:06:52 +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 04226db..8ed35d5 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false ThisBuild / tlSitePublishBranch := Some("main") val Scala213 = "2.13.14" -ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3") +ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.5") ThisBuild / scalaVersion := Scala213 // the default Scala lazy val root = tlCrossRootProject.aggregate(core, mtl, testkit)