Skip to content

Commit 48108da

Browse files
author
Li Haoyi
committed
update readme sbt snippet to use version 0.2
1 parent eb84fac commit 48108da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Usage
1717

1818
Add the following to your sbt build definition:
1919

20-
libraryDependencies += "org.scala-lang.modules.scalajs" %% "scalajs-dom" % "0.1-SNAPSHOT"
20+
libraryDependencies += "org.scala-lang.modules.scalajs" %% "scalajs-dom" % "0.2"
2121

2222
then enjoy the types available in `org.scalajs.dom`.
2323

0 commit comments

Comments
 (0)