Skip to content

Commit

Permalink
Upgrade Scala.js and scala-js-env versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mushtaq committed Sep 23, 2020
1 parent 7499b42 commit 8822843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ lazy val seleniumJSEnv: Project = project.
* guava stuff which in turn makes selenium fail.
*/
"org.seleniumhq.selenium" % "selenium-server" % "3.141.59",
"org.scala-js" %% "scalajs-js-envs" % scalaJSVersion,
"org.scala-js" %% "scalajs-js-envs-test-kit" % scalaJSVersion % "test",
"org.scala-js" %% "scalajs-js-envs" % "1.1.1",
"org.scala-js" %% "scalajs-js-envs-test-kit" % "1.1.1" % "test",
"com.novocode" % "junit-interface" % "0.11" % "test"
),

Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.2.0")

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

Expand Down

0 comments on commit 8822843

Please sign in to comment.