File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616scala :
1717 - 2.11.12
1818 - 2.12.6
19- - 2.13.0-M3
19+ - 2.13.0-M4
2020
2121env :
2222 global :
@@ -46,7 +46,7 @@ matrix:
4646 jdk : openjdk11
4747 - scala : 2.12.6
4848 jdk : openjdk6
49- - scala : 2.13.0-M3
49+ - scala : 2.13.0-M4
5050 jdk : openjdk6
5151
5252script :
Original file line number Diff line number Diff line change 11import sbtcrossproject .{crossProject , CrossType }
22import ScalaModulePlugin ._
33
4- crossScalaVersions in ThisBuild := List (" 2.12.6" , " 2.11.12" , " 2.13.0-M3 " )
4+ crossScalaVersions in ThisBuild := List (" 2.12.6" , " 2.11.12" , " 2.13.0-M4 " )
55
66lazy val xml = crossProject(JSPlatform , JVMPlatform )
77 .withoutSuffixFor(JVMPlatform )
@@ -27,7 +27,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
2727 (unmanagedSourceDirectories in Compile ).value.map { dir =>
2828 val sv = scalaVersion.value
2929 CrossVersion .partialVersion(sv) match {
30- case Some ((2 , 13 )) if ! sv.startsWith( " 2.13.0-M3 " ) => file(dir.getPath ++ " -2.13" ) // TODO: remove M3 guard once M4 is out.
30+ case Some ((2 , 13 )) => file(dir.getPath ++ " -2.13" )
3131 case _ => file(dir.getPath ++ " -2.11-2.12" )
3232 }
3333 }
You can’t perform that action at this time.
0 commit comments