Skip to content

Conversation

@team-foundation-git
Copy link
Contributor

@team-foundation-git team-foundation-git commented Jan 27, 2026

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-sbt", artifactId = "sbt" },
  { 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-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated SBT build tool to version 1.12.1. This is a tooling upgrade and does not change runtime behavior.
    • Updated sbt-scoverage plugin to version 2.4.4 to refresh test coverage tooling; no changes to tests or coverage results expected.
    • No changes to public APIs or application behavior. No action required from users.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 27, 2026

📝 Walkthrough

Walkthrough

Bumps build-related versions: sbt upgraded from 1.12.0 to 1.12.1 in project/build.properties, and sbt-scoverage plugin bumped from 2.4.3 to 2.4.4 in project/plugins.sbt.

Changes

Cohort / File(s) Summary
Build Tool & Plugin Version Updates
project/build.properties, project/plugins.sbt
Updated sbt to 1.12.1 and sbt-scoverage plugin to 2.4.4 — no code or public API changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ 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 'FDN-4404 Third party dependency updates' accurately describes the main changes in the PR, which bumps sbt from 1.12.0 to 1.12.1 and sbt-scoverage from 2.4.3 to 2.4.4.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@flow-tech
Copy link
Contributor

@flow-tech
Copy link
Contributor

@gheine gheine merged commit 0a2a101 into main Jan 28, 2026
7 checks passed
@gheine gheine deleted the update/third-party branch January 28, 2026 11:41
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.

4 participants