Skip to content

Update scala-library to 2.13.18 - #105

Merged
mr-git merged 1 commit into
evolution-gaming:masterfrom
scala-steward:update/scala-library-2.13.18
Aug 11, 2026
Merged

Update scala-library to 2.13.18#105
mr-git merged 1 commit into
evolution-gaming:masterfrom
scala-steward:update/scala-library-2.13.18

Conversation

@scala-steward

@scala-steward scala-steward commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates org.scala-lang:scala-library from 2.13.10 to 2.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.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 (2.13.10).
You might want to review and update them manually.

.github/workflows/ci.yml
⚙ Adjust future updates

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

updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala-library" } ]

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

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

Summary by CodeRabbit

  • Chores
    • Updated the supported Scala 2.13 build version to 2.13.18.
    • Scala 2.12 and Scala 3 support remains unchanged.

@mr-git
mr-git force-pushed the update/scala-library-2.13.18 branch from e669885 to 437667e Compare August 11, 2026 09:52
@sonarqubecloud

Copy link
Copy Markdown

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The 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.

Changes

Scala Build Configuration

Layer / File(s) Summary
Update Scala 2.13 target
build.sbt
crossScalaVersions now targets Scala 2.13.18. Scala 2.12.17 and Scala 3.2.1 remain unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: updating Scala to version 2.13.18.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d52d1382-10c3-4835-a6c4-fd5c5e8d8d59

📥 Commits

Reviewing files that changed from the base of the PR and between aa1f323 and 437667e.

📒 Files selected for processing (1)
  • build.sbt

Comment thread build.sbt
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")

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 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 }}.

@mr-git
mr-git merged commit cade897 into evolution-gaming:master Aug 11, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants