From 16570d2b3bc3eb52c6c46aa06e1de9ace7955829 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jun 2023 02:21:04 +0000 Subject: [PATCH] Update scala3-library to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e974b16..8b2e0bd 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.0", "2.11.12", "2.12.17", scalaVersion.value), scalacOptions ++= commonScalacOptions, scalacOptions ++= { VersionNumber(scalaVersion.value) match {