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

Update svm to 22.3.5

Open scala-steward opened this issue 1 year ago • 0 comments

About this PR

📦 Updates org.graalvm.nativeimage:svm from 22.3.1 to 22.3.5

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 (22.3.1). You might want to review and update them manually.

website/docs/reference/cli-options.md
website/docs/release_notes.md
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.graalvm.nativeimage", artifactId = "svm" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.graalvm.nativeimage", artifactId = "svm" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

scala-steward avatar Jan 28 '24 23:01 scala-steward