Skip to content

Commit 3d2f04e

Browse files
committed
Version 0.9.7.
1 parent a26c01b commit 3d2f04e

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
@@ -12,7 +12,7 @@ crossScalaVersions in ThisBuild := {
1212
scalaVersion in ThisBuild := crossScalaVersions.value.head
1313

1414
val commonSettings = Seq(
15-
version := "0.9.7-SNAPSHOT",
15+
version := "0.9.7",
1616
organization := "org.scala-js",
1717
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
1818

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

6060
@p
61-
then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.6 is built and published for Scala.js 0.6.17 and later, Scala.js 1.0.0-M3, with Scala 2.10, 2.11, 2.12, 2.13.0-M3 and 2.13.0-M4.
61+
then enjoy the types available in @hl.scala{org.scalajs.dom}. scalajs-dom 0.9.7 is built and published for Scala.js 0.6.17 and later, Scala.js 1.0.0-M7, with Scala 2.10, 2.11, 2.12, 2.13.0-RC1. It will also most likely be published as is for further versions of Scala.js 1.x and 2.13.x in the future.
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)