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 f29c42f commit e925c8dCopy full SHA for e925c8d
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
2
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
3
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
4
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
5
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
6
7
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
0 commit comments