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 d7acd4b  Update sbt-native-packager to 1.9.5
d7acd4b is described below

commit d7acd4bf6d4a8ab959c93733b80a45e7e854d382
Author: Scala Steward <[email protected]>
AuthorDate: Fri Oct 8 22:09:14 2021 +0200

    Update sbt-native-packager to 1.9.5
---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 592225b..586a53a 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -17,7 +17,7 @@
 
 addSbtPlugin("com.github.tnakamot" % "sbt-cc" % "0.0.3")
 
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.0")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.5")
 
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
 

Reply via email to