Skip to content

Commit 6ecc0c5

Browse files
Use Dotty Nightly build
1 parent 7177d37 commit 6ecc0c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ trait SourcecodeTestModule extends ScalaModule {
6464
}
6565

6666
object sourcecode extends Module {
67-
val dottyVersion = Option(sys.props("dottyVersion"))
68-
object jvm extends Cross[JvmSourcecodeModule]((List("2.11.12", "2.12.8", "2.13.0") ++ dottyVersion): _*)
67+
object jvm extends Cross[JvmSourcecodeModule]("2.11.12", "2.12.8", "2.13.0", "0.21.0-bin-20191125-a64725c-NIGHTLY")
6968
class JvmSourcecodeModule(val crossScalaVersion: String)
7069
extends SourcecodeMainModule with ScalaModule with SourcecodeModule {
7170

0 commit comments

Comments
 (0)