scala-steward icon indicating copy to clipboard operation
scala-steward copied to clipboard

Update sbt-native-packager to 1.9.10

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

Updates com.github.sbt:sbt-native-packager from 1.9.9 to 1.9.10. 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 Aug 08 '22 16:08 scala-steward

Pending: We need to wait Scala 2.12.17 https://github.com/scala/bug/issues/12632

exoego avatar Aug 11 '22 07:08 exoego

Superseded by #2696.

scala-steward avatar Aug 16 '22 18:08 scala-steward