sbt-native-packager
sbt-native-packager copied to clipboard
Update jdeb to 1.11
About this PR
📦 Updates org.vafer:jdeb from 1.10 to 1.11
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 file.
Have a fantastic day writing Scala!
🔍 Files still referring to the old version number
The following files still refer to the old version number (1.10). You might want to review and update them manually.
CHANGELOG.md
build.sbt
integration-tests-ansible/test-project-play-rpm/project/build.properties
project/build.properties
src/sbt-test/ash/top-level-main/project/build.properties
src/sbt-test/bash/top-level-main/project/build.properties
src/sphinx/formats/docker.rst
src/sphinx/static/sbt-native-packager-design.svg
src/test/resources/jdeps_output.txt
test-project-docker/project/project/plugins.sbt
test-project-jdkpackager/project/project/plugins.sbt
test-project-simple/project/project/plugins.sbt
test-project-windows/project/project/plugins.sbt
⚙ Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "org.vafer", artifactId = "jdeb" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.vafer", artifactId = "jdeb" }
}]