diff --git a/README.md b/README.md index 18e27eb..076b392 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simply add the following line to your `project/plugins.sbt` (note that this line libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "0.3.0" // For Scala.js 1.x -libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.0.0" +libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.0" ``` and the following line to your sbt settings: ```scala diff --git a/build.sbt b/build.sbt index 5ccc997..e5f2cff 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] = Set() val commonSettings: Seq[Setting[_]] = Seq( - version := "1.0.1-SNAPSHOT", + version := "1.1.0", organization := "org.scala-js", scalaVersion := "2.11.12", crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),