Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object V {

val scalafmt = "3.11.4"

val scalameta = "4.17.0"
val scalameta = "4.17.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“ 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.


val scribe = "3.19.0"

Expand Down
Loading