diff --git a/project/Libs.scala b/project/Libs.scala index 3092067101..928550b009 100644 --- a/project/Libs.scala +++ b/project/Libs.scala @@ -3,7 +3,8 @@ import sbt.Def.{setting => dep} import sbt._ object Libs { - val ScalaVersion = "3.3.1-RC5" +// val ScalaVersion = "3.3.1-RC5" + val ScalaVersion = "3.3.0" val `dotty-cps-async` = dep("com.github.rssh" %%% "dotty-cps-async" % "0.9.17")