build(deps): Update scalameta, semanticdb-metap, ... from 4.17.0 to 4.17.3#8734
build(deps): Update scalameta, semanticdb-metap, ... from 4.17.0 to 4.17.3#8734scala-steward wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthroughUpdates the ChangesScalameta version update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@project/V.scala`:
- Line 79: Update the version reference in website/blog/2026-07-23-osmium.md
from 4.17.0 to 4.17.3 so it matches the scalameta value in V.scala, unless that
reference is intentionally historical; in that case, clearly label it as
historical context.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: e528a9b1-503f-46f3-8ee9-ff7867baf824
📒 Files selected for processing (1)
project/V.scala
| val scalafmt = "3.11.4" | ||
|
|
||
| val scalameta = "4.17.0" | ||
| val scalameta = "4.17.3" |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Update the stale blog reference.
website/blog/2026-07-23-osmium.md still references 4.17.0, so the version bump leaves user-facing documentation inconsistent. Update it to 4.17.3, or explicitly preserve it as historical context.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@project/V.scala` at line 79, Update the version reference in
website/blog/2026-07-23-osmium.md from 4.17.0 to 4.17.3 so it matches the
scalameta value in V.scala, unless that reference is intentionally historical;
in that case, clearly label it as historical context.
About this PR
📦 Updates
from
4.17.0to4.17.3📜 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.conffile.Have a fantastic day writing Scala!
🔍 Files still referring to the old version number
The following files still refer to the old version number (4.17.0).
You might want to review and update them manually.
⚙ Adjust future updates
Add this to your
.scala-steward.conffile to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency:
Summary by CodeRabbit