diff options
| author | Scala Steward | 2021-05-21 06:46:07 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-21 04:46:07 +0000 |
| commit | 48c6ce40a7be09be8192787debde79441957e020 (patch) | |
| tree | 2ed67926cc470788d0f7a5ed546ef0d35bb04f40 /project | |
| parent | 9234ca1ebbf9ac725b58511786b3918bb1769c8b (diff) | |
Update sbt-scoverage to 1.8.1 (#1924)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -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 bd554d5a..17540e98 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.8.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") |
