This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 520af37 Update sbt-scoverage to 1.9.1
520af37 is described below
commit 520af37167394c996b245fe47cfc0b7872005f45
Author: Scala Steward <[email protected]>
AuthorDate: Mon Oct 11 14:06:37 2021 +0200
Update sbt-scoverage to 1.9.1
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 586a53a..e14c772 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" %
"1.9.5")
addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")