From e41d13e8f9bacc8c93b1e59649959c4e66ae9fca Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 21:15:26 +0000 Subject: [PATCH] Update scala3-compiler to 3.6.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4d65e443..33985bca 100644 --- a/build.sbt +++ b/build.sbt @@ -19,8 +19,8 @@ developers := List( ) ) -scalaVersion := "3.6.2" -crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.15", "2.13.16", "3.3.4", "3.6.2") +scalaVersion := "3.6.3" +crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.15", "2.13.16", "3.3.4", "3.6.3") autoScalaLibrary := false crossVersion := CrossVersion.full crossTarget := {