diff options
| author | Scala Steward | 2021-10-20 04:11:50 +0200 |
|---|---|---|
| committer | GitHub | 2021-10-20 02:11:50 +0000 |
| commit | 530d89ecb29885abdf92de4496ddddbd787f24c9 (patch) | |
| tree | 3c97bf867b35a01c869d2a2529eff5c84e8d7c18 /project | |
| parent | 24d3b2614545945048c332e589db1e3a7cd4c38a (diff) | |
Update sbt-scoverage to 1.9.1 (#2177)
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 4c759e35..18c8c702 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.9.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") |
