Skip to content

Commit

Permalink
Version 1.1.0.
Browse files Browse the repository at this point in the history
This is a minor version because functionality was added.
  • Loading branch information
gzm0 committed Sep 28, 2020
1 parent bb39519 commit e8085c9
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.0.0"
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.0"
```
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.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"),
Expand Down

0 comments on commit e8085c9

Please sign in to comment.