Skip to content

Commit a1746fc

Browse files
authored
Switch to M3 (#403)
Signed-off-by: Carlos Quiroz <carlos.m.quiroz@gmail.com>
1 parent 6141af5 commit a1746fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scala:
88
- 2.11.12
99
- 2.12.12
1010
- 2.13.3
11-
- 3.0.0-M2
11+
- 3.0.0-M3
1212

1313
env:
1414
- SCALAJS_VERSION= ADOPTOPENJDK=8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
5353
lazy val scala211 = "2.11.12"
5454
lazy val scala212 = "2.12.12"
5555
lazy val scala213 = "2.13.3"
56-
lazy val scala30 = "3.0.0-M2"
56+
lazy val scala30 = "3.0.0-M3"
5757

5858
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
5959
"compat",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val scalaJSVersion =
44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")
66

7-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.0")
7+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.1")
88
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
99
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossVer)
1010
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)

0 commit comments

Comments
 (0)