From 1a5fb5543c6baae34a5f2c30c20c539c80c9f3cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 06:51:00 +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 3a06b230..f95e1155 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004) val commonSettings = Seq( versionScheme := Some("early-semver"), versionPolicyIntention := Compatibility.BinaryAndSourceCompatible, - crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.4"), + crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.5"), scalaVersion := crossScalaVersions.value.head, )