From 25f419f228ab1a677dc1d075604889d17594ab05 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Mon, 16 Dec 2019 02:00:40 +0000 Subject: [PATCH 1/2] Upgrade to Scala.js 1.0.0-RC2 --- .travis.yml | 4 ++-- readme/Index.scalatex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81367ab44..ee24dad11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,11 @@ jdk: - openjdk8 env: - SCALAJS_VERSION=0.6.28 - - SCALAJS_VERSION=1.0.0-RC1 + - SCALAJS_VERSION=1.0.0-RC2 matrix: exclude: - scala: 2.10.7 - env: SCALAJS_VERSION=1.0.0-RC1 + env: SCALAJS_VERSION=1.0.0-RC2 include: - scala: 2.12.10 env: SCALAJS_VERSION=0.6.28 diff --git a/readme/Index.scalatex b/readme/Index.scalatex index e53f81bd5..a05ad783f 100644 --- a/readme/Index.scalatex +++ b/readme/Index.scalatex @@ -55,10 +55,10 @@ Add the following to your sbt build definition: @hl.scala - libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.8" + libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.9" @p - then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.8 is built and published for Scala.js 0.6.17 and later, Scala.js 1.0.0-M8 and 1.0.0-RC1, with Scala 2.10, 2.11, 2.12 and 2.13. It will also most likely be published as is for further versions of Scala.js 1.x in the future. + then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.9 is built and published for Scala.js 0.6.17 and later, Scala.js 1.0.0-RC2, with Scala 2.10, 2.11, 2.12 and 2.13. It will also most likely be published as is for further versions of Scala.js 1.x in the future. @p To begin with, @code{scala-js-dom} organizes the full-list of DOM APIs into a number of buckets: From c59b6c1f5fe1cb632945ee25fbfb7a8f732a01df Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Mon, 16 Dec 2019 12:13:34 +0000 Subject: [PATCH 2/2] Revert readme/Index.scalatex --- readme/Index.scalatex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/Index.scalatex b/readme/Index.scalatex index a05ad783f..e53f81bd5 100644 --- a/readme/Index.scalatex +++ b/readme/Index.scalatex @@ -55,10 +55,10 @@ Add the following to your sbt build definition: @hl.scala - libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.9" + libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.8" @p - then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.9 is built and published for Scala.js 0.6.17 and later, Scala.js 1.0.0-RC2, with Scala 2.10, 2.11, 2.12 and 2.13. It will also most likely be published as is for further versions of Scala.js 1.x in the future. + then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.8 is built and published for Scala.js 0.6.17 and later, Scala.js 1.0.0-M8 and 1.0.0-RC1, with Scala 2.10, 2.11, 2.12 and 2.13. It will also most likely be published as is for further versions of Scala.js 1.x in the future. @p To begin with, @code{scala-js-dom} organizes the full-list of DOM APIs into a number of buckets: