From 1db413c9c592a14561846d29dccc37bc23d7a65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Thu, 12 Dec 2019 11:01:26 +0100 Subject: [PATCH] Upgrade to Scala.js 1.0.0-RC2. --- .travis.yml | 2 +- appveyor.yml | 2 +- build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c7a53f..9a9dea8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ scala: jdk: - openjdk8 env: - - SCALAJS_VERSION=1.0.0-RC1 + - SCALAJS_VERSION=1.0.0-RC2 script: - ./scripts/assemble-cli.sh $SCALAJS_VERSION $TRAVIS_SCALA_VERSION cache: diff --git a/appveyor.yml b/appveyor.yml index 2e20ace..17e828f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: '{build}' os: Windows Server 2012 environment: global: - SCALAJS_VERSION: 1.0.0-RC1 + SCALAJS_VERSION: 1.0.0-RC2 matrix: - SCALA_VERSION: 2.11.12 - SCALA_VERSION: 2.12.10 diff --git a/build.sbt b/build.sbt index c84788a..4853d18 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ inThisBuild(Def.settings( scalaVersion := crossScalaVersions.value.head, scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"), - scalaJSVersion := "1.0.0-RC1", + scalaJSVersion := "1.0.0-RC2", scalaJSBinaryVersion := binaryScalaJSVersion(scalaJSVersion.value), scalaJSScalaVersions := Seq(