diff options
| author | Scala Steward | 2021-04-29 06:38:40 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-29 04:38:40 +0000 |
| commit | 953eb3e0f246c081c6ce86f4b2ac80a4cc059724 (patch) | |
| tree | 68aea202341499775328091a38c9ccc89f7e4d9a /project/plugins.sbt | |
| parent | 9fdea534f83578f745ec22cc7e530105f9fd67f7 (diff) | |
Update sbt-scoverage to 1.7.0 (#1887)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 482c2201..4ecf2ba4 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.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") |
