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 c782a40 commit 8d64ec9Copy full SHA for 8d64ec9
project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
3
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
4
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
5
6
-val sbtSoftwareMillVersion = "2.1.0"
+val sbtSoftwareMillVersion = "2.1.1"
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