From 916f65d0d0ded353ec9387f683f579775d789f17 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 20:29:43 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index addec8f4..6b7ba5d9 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.4", scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature", "-release:8") )