From b24b39eba37d4c8091bd5e6bac9f9ae2b8d1eed0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 20:36:17 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14a511e0..536dca12 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val commonSettings = Defaults.coreDefaultSettings ++ Seq( * Symbol.newClass is marked experimental, so we should use @experimental annotation in every test suite. * 3.3.0 has a bug so we can omit this annotation */ - scalaVersion := "3.3.0", + scalaVersion := "3.3.3", scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-release:8") )