Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Jan 5, 2026

About this PR

Updates:

  • πŸ“¦ io.flow:lib-test-utils-play29 from 0.2.98 to 0.2.99
  • πŸ“¦ io.flow:sbt-flow-linter from 0.0.73 to 0.0.74

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 = "io.flow", artifactId = "lib-test-utils-play29" },
  { groupId = "io.flow", artifactId = "sbt-flow-linter" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-test-utils-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "sbt-flow-linter" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated test utilities and build tooling dependencies to newer versions.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 5, 2026

πŸ“ Walkthrough

Walkthrough

Two build dependency versions are bumped: lib-test-utils-play29 from 0.2.98 to 0.2.99 in test scope within build.sbt, and sbt-flow-linter from 0.0.73 to 0.0.74 in project/plugins.sbt.

Changes

Cohort / File(s) Change Summary
Build Configuration
build.sbt, project/plugins.sbt
Updated io.flow:lib-test-utils-play29 from 0.2.98 to 0.2.99 (test scope); bumped sbt-flow-linter plugin from 0.0.73 to 0.0.74

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Suggested labels

auto-merge

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 'FDN-4304 Flow dependency updates' directly and clearly summarizes the main change: updating Flow dependencies in the build configuration files.
Docstring Coverage βœ… Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

πŸ“œ 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 9f33324 and b71c4c6.

πŸ“’ Files selected for processing (2)
  • build.sbt
  • 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 (2)
build.sbt (1)

36-36: LGTM! Test dependency update looks good.

The minor version bump of lib-test-utils-play29 from 0.2.98 to 0.2.99 is a routine update in test scope, posing minimal risk to production code. Ensure CI passes to confirm compatibility.

project/plugins.sbt (1)

10-10: LGTM! Linter plugin update looks good.

The minor version bump of sbt-flow-linter from 0.0.73 to 0.0.74 is a routine plugin update. Verify that the build completes successfully and any new linter rules are addressed if introduced.


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

@flow-tech
Copy link
Contributor Author

@github-actions github-actions bot merged commit 91a4b99 into main Jan 5, 2026
8 of 9 checks passed
@github-actions github-actions bot deleted the update/flow branch January 5, 2026 17:17
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