You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2023/04/01 00:23:25 UTC

[daffodil-vscode] branch update/sbt-native-packager-1.9.16 created (now 68d4e7b)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch update/sbt-native-packager-1.9.16
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


      at 68d4e7b  Update sbt-native-packager to 1.9.16

This branch includes the following new commits:

     new 68d4e7b  Update sbt-native-packager to 1.9.16

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[daffodil-vscode] 01/01: Update sbt-native-packager to 1.9.16

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/sbt-native-packager-1.9.16
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit 68d4e7bdd5d77b05a10eab56beaf7587b52f3581
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Apr 1 00:23:19 2023 +0000

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

diff --git a/project/plugins.sbt b/project/plugins.sbt
index a7b8c8f..93aa069 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -16,7 +16,7 @@
  */
 
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
 addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")