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 2023/02/10 17:32:57 UTC

[daffodil] branch main updated: Update sbt-native-packager to 1.9.14

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

commit ade3a53b4be003f1d07587a1a535c9286ca1e922
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Fri Feb 10 13:32:34 2023 +0000

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

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 418563253..a02fc1ac1 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.13")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.14")
 
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")