We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34842c commit 537d115Copy full SHA for 537d115
project/plugins.sbt
@@ -7,7 +7,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
7
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
8
9
libraryDependencies ++= List(
10
- "io.github.bonigarcia" % "webdrivermanager" % "5.5.3",
+ "io.github.bonigarcia" % "webdrivermanager" % "5.7.0",
11
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.13",
12
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
13
)
0 commit comments