File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: scala
33scala :
44 - 2.11.12
55 - 2.12.6
6- - 2.13.0-pre-a002630
6+ - 2.13.0-M4
77jdk :
88 - oraclejdk8
99env :
2121
2222matrix :
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
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import sbtcrossproject.{crossProject, CrossType}
22import ScalaModulePlugin ._
33
44inThisBuild(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
98lazy val `scala-collection-compat` = crossProject(JSPlatform , JVMPlatform )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ lazy val input = project
2323lazy 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
2929lazy val tests = project
You can’t perform that action at this time.
0 commit comments