Skip to content

Commit b99adae

Browse files
Update Dotty to Scala 3.0.0-M1
1 parent 265d237 commit b99adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ trait SourcecodeTestModule extends ScalaModule {
6565

6666
object sourcecode extends Module {
6767
val dottyVersion = Option(sys.props("dottyVersion"))
68-
object jvm extends Cross[JvmSourcecodeModule]((List("2.11.12", "2.12.8", "2.13.0", "0.27.0-RC1") ++ dottyVersion): _*)
68+
object jvm extends Cross[JvmSourcecodeModule]((List("2.11.12", "2.12.8", "2.13.0", "3.0.0-M1") ++ dottyVersion): _*)
6969
class JvmSourcecodeModule(val crossScalaVersion: String)
7070
extends SourcecodeMainModule with ScalaModule with SourcecodeModule {
7171

0 commit comments

Comments
 (0)