com-lihaoyi / Ammonite

Scala Scripting
http://ammonite.io
MIT License
2.6k stars 366 forks source link

Update asm from 0.6 to 9.7 #1458

Closed scala-steward closed 2 months ago

scala-steward commented 3 months ago

About this PR

πŸ“¦ Updates org.ow2.asm:asm from 9.6 to 9.7

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 (9.6). You might want to review and update them manually. ``` integration/src/test/resources/some-dummy-library/project/build.properties readme/Footer.scalatex ```
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.ow2.asm", artifactId = "asm" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.ow2.asm", artifactId = "asm" } }] ```

labels: library-update, old-version-remains, commit-count:1