We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7963c5f commit 1856924Copy full SHA for 1856924
project/plugins.sbt
@@ -1,7 +1,7 @@
1
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
2
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
3
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
4
-addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
+addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
5
6
val sbtSoftwareMillVersion = "2.0.21"
7
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
0 commit comments