From 4a0f75d9cef8e0cf4d294e3779be645ceeae5e75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 05:01:25 +0000 Subject: [PATCH] Update scala3-library to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e974b16..f4c55a7 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ val commonSettings = Def.settings( name := "noether", description := "ML Aggregators", scalaVersion := "2.13.10", - crossScalaVersions := Seq("3.2.2", "2.11.12", "2.12.17", scalaVersion.value), + crossScalaVersions := Seq("3.3.1", "2.11.12", "2.12.17", scalaVersion.value), scalacOptions ++= commonScalacOptions, scalacOptions ++= { VersionNumber(scalaVersion.value) match {