You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2022/01/11 22:15:32 UTC

[daffodil] branch main updated: Update sbt-scoverage to 1.9.3

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 f57d70b  Update sbt-scoverage to 1.9.3
f57d70b is described below

commit f57d70b9e5a696ae23c89ce39e4526a46e7d22d2
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Tue Jan 11 18:14:44 2022 +0100

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

diff --git a/project/plugins.sbt b/project/plugins.sbt
index bcf73c4..e9eb3ef 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7")
 
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
 
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
 
 addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")