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 69a945a commit fb27f88Copy full SHA for fb27f88
project/plugins.sbt
@@ -3,7 +3,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
3
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
4
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
5
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
6
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
7
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14")
8
9
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
0 commit comments