Skip to content

Commit baeee86

Browse files
Update sbt-coveralls to 1.3.14
1 parent 385dfb5 commit baeee86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
44
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
55
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
66
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
7-
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")
7+
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14")
88

99
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

0 commit comments

Comments
 (0)