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 385dfb5 commit 518733cCopy full SHA for 518733c
project/plugins.sbt
@@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.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.1")
7
-addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")
+addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14")
8
9
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
0 commit comments