We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6fc05 commit 0bb1ebeCopy full SHA for 0bb1ebe
project/plugins.sbt
@@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
4
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
5
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
6
// cross-compile
7
-addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")
+addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
8
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")
9
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
10
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
0 commit comments