This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new d5ccc0b Update sbt-scoverage to 1.8.0
d5ccc0b is described below
commit d5ccc0b8d4538d1f64a24595afe4d58907c218b6
Author: Scala Steward <[email protected]>
AuthorDate: Tue May 11 00:08:25 2021 +0200
Update sbt-scoverage to 1.8.0
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index bbb559a..7d0f6be 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,7 +21,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" %
"1.8.1")
addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.3")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")