We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c9bbba + 9ede111 commit c4d8c48Copy full SHA for c4d8c48
project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
3
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
4
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
5
6
-val sbtSoftwareMillVersion = "2.0.7"
+val sbtSoftwareMillVersion = "2.0.8"
7
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
8
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)
9
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-test-js" % sbtSoftwareMillVersion)
0 commit comments