From 20e12139bde5d73a098c079926b89dbfba7628e3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:44:17 +0200 Subject: [PATCH] Update scala3-compiler to 3.3.4 (#880) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 66af2a71..3061f218 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ developers := List( ) scalaVersion := "3.5.1" -crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.3", "3.5.1") +crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.4", "3.5.1") autoScalaLibrary := false crossVersion := CrossVersion.full crossTarget := {