From d7f8030f475cc3dd08a906fe26f13900bda7443d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 Mar 2025 21:58:43 +0000 Subject: [PATCH] Update scala3-compiler to 3.6.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c3e95b89..fc655715 100644 --- a/build.sbt +++ b/build.sbt @@ -19,8 +19,8 @@ developers := List( ) ) -scalaVersion := "3.6.3" -crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.15", "2.13.16", "3.3.5", "3.6.3") +scalaVersion := "3.6.4" +crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.15", "2.13.16", "3.3.5", "3.6.4") autoScalaLibrary := false crossVersion := CrossVersion.full crossTarget := {