File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ scala:
1212env :
1313 - SCALAJS_VERSION= ADOPTOPENJDK=8
1414 - SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
15- - SCALAJS_VERSION=1.0.0 ADOPTOPENJDK=8
15+ - SCALAJS_VERSION=1.0.1 ADOPTOPENJDK=8
1616 - SCALAJS_VERSION= ADOPTOPENJDK=11
1717
1818matrix :
1919 exclude :
2020 - scala : 2.11.12
2121 env : SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
2222 - scala : 2.11.12
23- env : SCALAJS_VERSION=1.0.0 ADOPTOPENJDK=8
23+ env : SCALAJS_VERSION=1.0.1 ADOPTOPENJDK=8
2424
2525install :
2626 - git fetch --tags # get all tags for sbt-dynver
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
1515 scalacOptions in Test += " -Xxml:coalescing" ,
1616
1717 scalaModuleMimaPreviousVersion := {
18- if (System .getenv(" SCALAJS_VERSION" ) == " 1.0.0 " ) None
18+ if (System .getenv(" SCALAJS_VERSION" ) == " 1.0.1 " ) None
1919 else Some (" 1.2.0" )
2020 },
2121
You can’t perform that action at this time.
0 commit comments