Update scala-library to 2.13.18 - #105
Conversation
e669885 to
437667e
Compare
|
📝 WalkthroughWalkthroughThe build updates the Scala 2.13 cross-build version from 2.13.10 to 2.13.18. The Scala 2.12 and Scala 3 targets remain unchanged. ChangesScala Build Configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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 `@build.sbt`:
- Line 15: Update the Scala version entry in the CI matrix in
.github/workflows/ci.yml from 2.13.10 to 2.13.18 so it matches the
crossScalaVersions target used by sbt ++${{ matrix.scala }}.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| scalaVersion := crossScalaVersions.value.head | ||
|
|
||
| crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.1") | ||
| crossScalaVersions := Seq("2.13.18", "2.12.17", "3.2.1") |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Update the CI matrix to test Scala 2.13.18.
.github/workflows/ci.yml still uses 2.13.10 and passes that value to sbt ++${{ matrix.scala }}. CI therefore does not test the new crossScalaVersions target. Change the matrix entry to 2.13.18.
Proposed fix
- - 2.13.10
+ - 2.13.18🤖 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 `@build.sbt` at line 15, Update the Scala version entry in the CI matrix in
.github/workflows/ci.yml from 2.13.10 to 2.13.18 so it matches the
crossScalaVersions target used by sbt ++${{ matrix.scala }}.



About this PR
📦 Updates org.scala-lang:scala-library from
2.13.10to2.13.18📜 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 (2.13.10).
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