From dc5abd6fa31131f1c12769ec728a7188fb8ffc72 Mon Sep 17 00:00:00 2001
From: "zio-scala-steward[bot]"
<145262613+zio-scala-steward[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 09:12:33 +0100
Subject: [PATCH] Update sbt-native-packager to 1.11.0 (#1429)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
[com.github.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager)
from `1.10.4` to `1.11.0`
📜 [GitHub Release
Notes](https://github.com/sbt/sbt-native-packager/releases/tag/v1.11.0)
- [Version
Diff](https://github.com/sbt/sbt-native-packager/compare/v1.10.4...v1.11.0)
## Usage
✅ **Please merge!**
I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/8929fadb6f535472bd63397b1cb55a835fa1b5cb/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
âš™ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "com.github.sbt", artifactId = "sbt-native-packager" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }
}]
```
labels: sbt-plugin-update, early-semver-minor, semver-spec-minor,
commit-count:1
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e9f2821fa..574cef1f2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,7 +6,7 @@ addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion)
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
resolvers ++= Resolver.sonatypeOssRepos("public")