Skip to content

Commit

Permalink
Version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Aug 9, 2021
1 parent 7e51c99 commit 6a6dabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
```
and the following line to your sbt settings:
```scala
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val newScalaBinaryVersionsInThisRelease: Set[String] =
Set()

val commonSettings: Seq[Setting[_]] = Seq(
version := "1.1.1-SNAPSHOT",
version := "1.1.1",
organization := "org.scala-js",
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),
Expand Down

0 comments on commit 6a6dabd

Please sign in to comment.