diff options
| author | Scala Steward | 2021-05-11 08:32:57 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-11 06:32:57 +0000 |
| commit | 950aae21c363c64e927d03274ece53490b0c6d15 (patch) | |
| tree | ddf490aa44d4c910ec0c4ce72f999998e9919841 /project | |
| parent | 994e8780f41cf64c1b9758745c6f81c7e3dd375c (diff) | |
Update sbt-scoverage to 1.8.0 (#1905)
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 3d6f7902..cef6f784 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.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") |
