akka-management icon indicating copy to clipboard operation
akka-management copied to clipboard

sbt-native-packager 1.9.11 (was 1.9.9)

Open scala-steward opened this issue 3 years ago • 1 comments

Updates com.github.sbt:sbt-native-packager from 1.9.9 to 1.9.11. GitHub Release Notes - Changelog - Version Diff

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 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 = "@monthly" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }
}]

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1

scala-steward avatar Sep 07 '22 12:09 scala-steward

Hi @scala-steward,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

https://www.lightbend.com/contribute/cla/akka

lightbend-cla-validator avatar Sep 07 '22 12:09 lightbend-cla-validator

Failure is scala-xml bump from 1.0.6 to 2.1.0

johanandren avatar Nov 08 '22 13:11 johanandren

Superseded by #1109.

scala-steward avatar Jan 19 '23 13:01 scala-steward