Skip to content

Commit 0897dd9

Browse files
authored
Merge pull request #710 from felher/patch-1
Update Index.scalatex to use version 2.2.0
2 parents 1a944e4 + 33b283b commit 0897dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme/Index.scalatex

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

6060
@p
61-
then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 1.1.0 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.
61+
then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 2.2.0 is built and published for Scala.js 1.5+ with Scala 2.11, 2.12, 2.13, and 3.0+.
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)