Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Nov 4, 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 Scala compiler to version 2.13.17
    • Updated build tool dependencies

These are internal maintenance updates with no changes to user-facing functionality.

@coderabbitai
Copy link

coderabbitai bot commented Nov 4, 2025

📝 Walkthrough

Walkthrough

This PR updates two build dependencies: Scala version from 2.13.16 to 2.13.17, and the sbt-scoverage plugin from 2.3.1 to 2.4.0. No functional logic or control flow modifications are included.

Changes

Cohort / File(s) Summary
Scala version update
build.sbt
Bumps Scala version to 2.13.17 (patch release)
Build plugin update
project/plugins.sbt
Bumps org.scoverage sbt-scoverage to 2.4.0 (minor version update)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Minor version bump for sbt-scoverage (2.3.1 → 2.4.0) may introduce new features or behavioral changes—verify compatibility if coverage reports behave unexpectedly

Suggested reviewers

  • gheine
  • github-actions

Pre-merge checks

✅ Passed checks (2 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 reflects the main change: bumping Scala and sbt-scoverage versions.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 02b78bf and d8b64f1.

📒 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 (2)
build.sbt (1)

5-5: Scala 2.13.17 version confirmed to exist and has been officially released.

Scala 2.13.17 was released on October 6, 2025. The patch update is legitimate and is available in Maven Central. However, the release includes a few minor breaking changes, so review the official release notes to ensure compatibility with your codebase.

project/plugins.sbt (1)

29-29: sbt-scoverage 2.4.0 is verified as safe to use.

Version 2.4.0 exists and was released on October 21, 2025. The release includes a fallback to scoverage 2.3.0 for older Scala versions, which ensures compatibility with Scala 2.13.17. No security advisories were found for this version.


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

@flow-tech
Copy link
Contributor Author

@flow-tech
Copy link
Contributor Author

@jackl jackl merged commit b01c264 into main Nov 4, 2025
9 checks passed
@jackl jackl deleted the update/third-party branch November 4, 2025 15:10
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.

2 participants