Skip to content

Commit 4ac4518

Browse files
committed
Upgrade versions
As mentioned in the [ScalaJS 1.1.1 release](http://www.scala-js.org/news/2020/07/02/announcing-scalajs-1.1.1), ScalaJS version in `scalajs-js-envs` should be harcoded instead of deriving it from `scalaJSVersion`. `scalajs-js-envs` is extracted out of the ScalaJS repository and will follow its own publishing cadence.
1 parent fe57fdb commit 4ac4518

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ lazy val seleniumJSEnv: Project = project.
7878
* guava stuff which in turn makes selenium fail.
7979
*/
8080
"org.seleniumhq.selenium" % "selenium-server" % "3.141.59",
81-
"org.scala-js" %% "scalajs-js-envs" % scalaJSVersion,
82-
"org.scala-js" %% "scalajs-js-envs-test-kit" % scalaJSVersion % "test",
81+
"org.scala-js" %% "scalajs-js-envs" % "1.1.1",
82+
"org.scala-js" %% "scalajs-js-envs-test-kit" % "1.1.1" % "test",
8383
"com.novocode" % "junit-interface" % "0.11" % "test"
8484
),
8585

project/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.2.0")
22

33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")
44

0 commit comments

Comments
 (0)