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 12db7e816 Update sbt-scoverage to 2.0.9
12db7e816 is described below

commit 12db7e816b73c0689f755aa62f5e7628fc0e2216
Author: Scala Steward <[email protected]>
AuthorDate: Fri Sep 8 14:40:19 2023 +0000

    Update sbt-scoverage to 2.0.9
---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 8820696a6..58544267c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % 
"1.9.16")
 
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
 
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
 
 addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
 

Reply via email to