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.
1 parent 5cd37f4 commit e37b915Copy full SHA for e37b915
project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
3
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
4
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
5
6
-val sbtSoftwareMillVersion = "2.0.20"
+val sbtSoftwareMillVersion = "2.0.21"
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