Skip to content

Commit 6fc2adb

Browse files
authored
Update to the latest version in the docs
1 parent 09ca153 commit 6fc2adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.9.0"
58+
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.1"
5959

6060
@p
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.
61+
then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.1 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)