From 8b22f042abbd3ba8fadbf9b2e2aaa8615984ad56 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:57:45 +0200 Subject: [PATCH] Update scala3-compiler to 3.5.1 (#874) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 20b9d32a..91a103d4 100644 --- a/build.sbt +++ b/build.sbt @@ -19,8 +19,8 @@ developers := List( ) ) -scalaVersion := "3.5.0" -crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.13", "2.13.14", "3.3.3", "3.5.0") +scalaVersion := "3.5.1" +crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.13", "2.13.14", "3.3.3", "3.5.1") autoScalaLibrary := false crossVersion := CrossVersion.full crossTarget := {