Skip to content

Upgrade to Scala.js 1.0.0-RC2 #393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 16, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade to Scala.js 1.0.0-RC2
  • Loading branch information
FabioPinheiro committed Dec 16, 2019
commit 25f419f228ab1a677dc1d075604889d17594ab05
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme/Index.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The readme should not be changed now, in this PR. It should be changed only when we actually publish the next version.


@p
To begin with, @code{scala-js-dom} organizes the full-list of DOM APIs into a number of buckets:
Expand Down