Skip to content

Commit 75785b4

Browse files
committed
Version 0.9.0.
1 parent 5468b9f commit 75785b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.7", "2.10.6")
99
scalaVersion in ThisBuild := crossScalaVersions.value.head
1010

1111
val commonSettings = Seq(
12-
version := "0.9.0-SNAPSHOT",
12+
version := "0.9.0",
1313
organization := "org.scala-js",
1414
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")
1515
)

readme/Index.scalatex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
Add the following to your sbt build definition:
5656

5757
@hl.scala
58-
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.8.2"
58+
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.0"
5959

6060
@p
61-
then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.8.2 is built and published for Scala.js 0.6.x, with both Scala 2.10 and 2.11.
61+
then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.0 is built and published for Scala.js 0.6.6 and later, with both Scala 2.10 and 2.11.
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)