Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Nov 6, 2025

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

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!

⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

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

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated build infrastructure and testing framework dependencies to latest versions.

@coderabbitai
Copy link

coderabbitai bot commented Nov 6, 2025

📝 Walkthrough

Walkthrough

The PR updates two build configuration files with version increments: Scala compiler from 2.13.16 to 2.13.17 in build.sbt, and sbt-scoverage plugin from 2.3.0 to 2.4.1 in project/plugins.sbt.

Changes

Cohort / File(s) Summary
Build Configuration Updates
build.sbt, project/plugins.sbt
Updated Scala compiler to version 2.13.17 and bumped sbt-scoverage plugin to version 2.4.1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Straightforward dependency version bumps with no behavioral or logic changes
  • No modifications to public APIs or build logic

Suggested reviewers

  • nicolagi

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Third party dependency updates' accurately describes the main changes: Scala version bump from 2.13.16 to 2.13.17 and sbt-scoverage plugin update from 2.3.0 to 2.4.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9e0c398 and 658bb5a.

📒 Files selected for processing (2)
  • build.sbt (1 hunks)
  • project/plugins.sbt (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Jenkins
🔇 Additional comments (1)
build.sbt (1)

5-5: Scala version 2.13.17 is confirmed as the latest stable release.

The latest stable Scala 2.13.x is 2.13.17 (released October 6, 2025), and there are no public security advisories for Scala 2.13.17. The update is safe to proceed with.

@gheine gheine merged commit e3aab40 into main Nov 13, 2025
5 of 8 checks passed
@gheine gheine deleted the update/third-party branch November 13, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants