From 3f1b59e29678025ba5f0d7fe857dd03d35aea682 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Sep 2020 12:37:30 +0200 Subject: [PATCH] Update scalajs-env-selenium to 1.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a4bc974..3367854 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.0.0" +libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.0" addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")