This is an automated email from the ASF dual-hosted git repository.
jinterrante 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 be0c04c Update sbt-scoverage to 1.9.0
be0c04c is described below
commit be0c04c291ee11adb0726ec6c32e7ab9c5d1fcbb
Author: Scala Steward <[email protected]>
AuthorDate: Thu Sep 16 18:12:11 2021 +0200
Update sbt-scoverage to 1.9.0
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index fe76db5..d4ebe82 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.8.2")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")