summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2021-05-04 18:48:30 +0200
committerGitHub2021-05-04 09:48:30 -0700
commit30b16a56533ce667d1a53eacd0f533fd7fa79981 (patch)
tree2b6bd5200b6f651a527788a2fef133358195b868
parent7dd2d7db355d8dd9e1fc49ed7cd479ce5273b691 (diff)
Update sbt-scoverage to 1.7.3 (#1899)
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 9ad3d988..852afd87 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,7 +4,7 @@ resolvers += Classpaths.sbtPluginReleases
resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")