Skip to content

Commit

Permalink
Changed scala version back to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Aug 18, 2023
1 parent e46d84f commit 6dde404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 6dde404

Please sign in to comment.