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") )