Skip to content

Commit c6ddfef

Browse files
authored
Merge pull request #363 from scala-steward/update/sbt-scalajs-1.2.0
Update sbt-scalajs, scalajs-compiler to 1.2.0
2 parents 3dd2c48 + f8d4492 commit c6ddfef

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,10 +12,10 @@ scala:
1212
env:
1313
- SCALAJS_VERSION= ADOPTOPENJDK=8
1414
- SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
15-
- SCALAJS_VERSION=1.1.1 ADOPTOPENJDK=8
15+
- SCALAJS_VERSION=1.2.0 ADOPTOPENJDK=8
1616
- SCALAJS_VERSION= ADOPTOPENJDK=11
1717
- SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=11
18-
- SCALAJS_VERSION=1.1.1 ADOPTOPENJDK=11
18+
- SCALAJS_VERSION=1.2.0 ADOPTOPENJDK=11
1919

2020
matrix:
2121

compat/src/test/scala/test/scala/collection/LazyListLazinessTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ class LazyListLazinessTest {
825825
}
826826

827827
@Test
828-
@Ignore // TODO: enable after upgrading Scala.js to 1.1.2+
828+
@Ignore // TODO: enable after we drop Scala.js 0.6.x support
829829
def `#::_properlyLazy`(): Unit = {
830830
// genericCons_properlyLazy(_ #:: _)
831831
genericCons_properlyLazy((hd, tl) => tl.#::(hd))

0 commit comments

Comments
 (0)