Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c60de43

Browse files
committed
Update to Scala.js 1.0.1
1 parent 172ce22 commit c60de43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ scala:
1212
env:
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

1818
matrix:
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

2525
install:
2626
- git fetch --tags # get all tags for sbt-dynver

‎build.sbt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /