Skip to content

Commit 478e1ef

Browse files
Bump Dotty to M2; bump Scala.js
1 parent 12ba50f commit 478e1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
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", "3.0.0-M1") ++ dottyVersion): _*)
68+
object jvm extends Cross[JvmSourcecodeModule]((List("2.11.12", "2.12.8", "2.13.0", "3.0.0-M2") ++ dottyVersion): _*)
6969
class JvmSourcecodeModule(val crossScalaVersion: String)
7070
extends SourcecodeMainModule with ScalaModule with SourcecodeModule {
7171

@@ -86,7 +86,7 @@ object sourcecode extends Module {
8686
}
8787

8888
object js extends Cross[JsSourcecodeModule](
89-
("2.11.12", "0.6.28"), ("2.12.10", "0.6.28"), ("2.13.1", "0.6.28"),
89+
("2.11.12", "0.6.33"), ("2.12.10", "0.6.33"), ("2.13.1", "0.6.33"),
9090
("2.11.12", "1.0.0"), ("2.12.10", "1.0.0"), ("2.13.1", "1.0.0")
9191
)
9292
class JsSourcecodeModule(val crossScalaVersion: String, crossJSVersion: String)

0 commit comments

Comments
 (0)