japgolly / scala-graal

Make usage of Graal features easy and safe from Scala. Also features Scala-based React SSR.
Apache License 2.0
194 stars 4 forks source link

Update graal-sdk to 21.3.10 #296

Closed scala-steward closed 3 months ago

scala-steward commented 6 months ago

About this PR

📦 Updates org.graalvm.sdk:graal-sdk from 21.3.1 to 21.3.10

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 (21.3.1). You might want to review and update them manually. ``` .github/workflows/ci.yml .github/workflows/release.yml project/Dependencies.scala ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.graalvm.sdk", artifactId = "graal-sdk" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.graalvm.sdk", artifactId = "graal-sdk" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

scala-steward commented 3 months ago

Superseded by #303.

scala-steward commented 2 weeks ago

Superseded by #315.