Skip to content

Commit c0a4b20

Browse files
authored
Merge pull request #396 from sjrd/update-readme
Update the readme for Scala.js 1.0.0.
2 parents 736065d + 54ddcff commit c0a4b20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
env: SCALAJS_VERSION=1.0.0
2020
include:
2121
- scala: 2.12.10
22-
env: SCALAJS_VERSION=0.6.28
22+
env: SCALAJS_VERSION=1.0.0
2323
script:
2424
- sbt readme/run
2525

readme/Index.scalatex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.8"
5959

6060
@p
61-
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.
61+
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 Scala.js 1.0.0+, with Scala 2.10, 2.11, 2.12 and 2.13.
6262

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

0 commit comments

Comments
 (0)