Skip to content

Commit 67f933d

Browse files
committed
Version 1.0.0.
1 parent 487daec commit 67f933d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Simply add the following line to your `project/plugins.sbt` (note that this line
88
// For Scala.js 0.6.x
99
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "0.3.0"
1010

11-
// For Scala.js 1.0.0-RC2
12-
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.0.0-RC2"
11+
// For Scala.js 1.x
12+
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.0.0"
1313
```
1414
and the following line to your sbt settings:
1515
```scala

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
1313
Set()
1414

1515
val commonSettings: Seq[Setting[_]] = Seq(
16-
version := "1.0.0-SNAPSHOT",
16+
version := "1.0.0",
1717
organization := "org.scala-js",
1818
scalaVersion := "2.11.12",
1919
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),

0 commit comments

Comments
 (0)