We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d5e4d commit b593d34Copy full SHA for b593d34
project/plugins.sbt
@@ -13,7 +13,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
13
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
14
15
libraryDependencies ++= List(
16
- "io.github.bonigarcia" % "webdrivermanager" % "5.9.2",
+ "io.github.bonigarcia" % "webdrivermanager" % "5.9.3",
17
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.17",
18
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
19
)
0 commit comments