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 2021/03/17 12:48:11 UTC

[daffodil] branch master updated: Update sbt-native-packager to 1.8.1

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

jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 995e7a4  Update sbt-native-packager to 1.8.1
995e7a4 is described below

commit 995e7a4fde0e8009bbeeae950c48783b57e98d50
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Wed Mar 17 04:05:01 2021 +0100

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

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 64670fc..5c96e37 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.6")
+addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
 
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")