We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b1bb3 commit 38ac044Copy full SHA for 38ac044
project/plugins.sbt
@@ -2,7 +2,7 @@
2
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
3
// linters
4
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
5
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
6
// cross-compile
7
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
8
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")
0 commit comments