Skip to content

FDN-4340 Third party dependency updates#499

Merged
gheine merged 1 commit intomainfrom
update/third-party
Jan 22, 2026
Merged

FDN-4340 Third party dependency updates#499
gheine merged 1 commit intomainfrom
update/third-party

Conversation

@flow-tech
Copy link
Copy Markdown
Contributor

@flow-tech flow-tech commented Jan 14, 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.scoverage", artifactId = "sbt-scoverage" }
]

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

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

Summary by CodeRabbit

  • Chores
    • Updated code coverage analysis tool to the latest version to ensure optimal performance and continued support for development practices.

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 14, 2026

📝 Walkthrough

Walkthrough

Updates the sbt-scoverage plugin dependency from version 2.4.3 to 2.4.4 in the SBT plugins configuration file. No behavioral or logic changes introduced.

Changes

Cohort / File(s) Summary
Plugin Dependency Update
project/plugins.sbt
Version bump for sbt-scoverage plugin: 2.4.3 → 2.4.4

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • jackl
🚥 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 PR title 'FDN-4340 Third party dependency updates' accurately describes the changeset, which updates the sbt-scoverage plugin from 2.4.3 to 2.4.4 in project/plugins.sbt.
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.


📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 35e853a and 89ecc04.

📒 Files selected for processing (1)
  • project/plugins.sbt
⏰ 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)
project/plugins.sbt (1)

7-7: LGTM! Dependency update looks good.

The version 2.4.4 exists and has associated release notes. No security vulnerabilities have been reported for sbt-scoverage. This is a patch version update from 2.4.3 to 2.4.4, which typically contains bug fixes and minor improvements without breaking changes.


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

@gheine gheine merged commit ac46335 into main Jan 22, 2026
9 checks passed
@gheine gheine deleted the update/third-party branch January 22, 2026 07:34
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