Skip to content

Commit

Permalink
Update to Scala.js 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Mar 16, 2020
1 parent 172ce22 commit c60de43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ scala:
env:
- SCALAJS_VERSION= ADOPTOPENJDK=8
- SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
- SCALAJS_VERSION=1.0.0 ADOPTOPENJDK=8
- SCALAJS_VERSION=1.0.1 ADOPTOPENJDK=8
- SCALAJS_VERSION= ADOPTOPENJDK=11

matrix:
exclude:
- scala: 2.11.12
env: SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
- scala: 2.11.12
env: SCALAJS_VERSION=1.0.0 ADOPTOPENJDK=8
env: SCALAJS_VERSION=1.0.1 ADOPTOPENJDK=8

install:
- git fetch --tags # get all tags for sbt-dynver
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
scalacOptions in Test += "-Xxml:coalescing",

scalaModuleMimaPreviousVersion := {
if (System.getenv("SCALAJS_VERSION") == "1.0.0") None
if (System.getenv("SCALAJS_VERSION") == "1.0.1") None
else Some("1.2.0")
},

Expand Down

0 comments on commit c60de43

Please sign in to comment.