Skip to content

Commit d7332af

Browse files
committed
Use M4
1 parent 928520e commit d7332af

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: scala
33
scala:
44
- 2.11.12
55
- 2.12.6
6-
- 2.13.0-pre-a002630
6+
- 2.13.0-M4
77
jdk:
88
- oraclejdk8
99
env:
@@ -21,9 +21,9 @@ env:
2121

2222
matrix:
2323
exclude:
24-
- scala: 2.13.0-pre-a002630
24+
- scala: 2.13.0-M4
2525
env: SCALAJS_VERSION=0.6.22
26-
- scala: 2.13.0-pre-a002630
26+
- scala: 2.13.0-M4
2727
env: SCALAJS_VERSION=1.0.0-M3
2828
include:
2929
- scala: 2.12.6

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import sbtcrossproject.{crossProject, CrossType}
22
import ScalaModulePlugin._
33

44
inThisBuild(Seq(
5-
resolvers += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-integration/",
6-
crossScalaVersions := Seq("2.12.6", "2.13.0-pre-a002630", "2.11.12")
5+
crossScalaVersions := Seq("2.12.6", "2.13.0-M4", "2.11.12")
76
))
87

98
lazy val `scala-collection-compat` = crossProject(JSPlatform, JVMPlatform)

scalafix/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val input = project
2323
lazy val output = project
2424
.settings(
2525
resolvers += "scala-pr" at "https://scala-ci.typesafe.com/artifactory/scala-integration/",
26-
scalaVersion := "2.13.0-pre-a002630"
26+
scalaVersion := "2.13.0-M4"
2727
)
2828

2929
lazy val tests = project

0 commit comments

Comments
 (0)