sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

Update biz.aQute.bndlib to 7.0.0 #112

Open scala-steward opened 8 months ago

scala-steward commented 8 months ago

About this PR

📦 Updates biz.aQute.bnd:biz.aQute.bndlib from 6.4.1 to 7.0.0 ⚠

📜 GitHub Release Notes - Version Diff

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!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "biz.aQute.bnd", artifactId = "biz.aQute.bndlib" } }] ```

labels: library-update, early-semver-major, semver-spec-major, commit-count:1