Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Jan 5, 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 = "io.flow", artifactId = "lib-akka-play29" },
  { groupId = "io.flow", artifactId = "lib-log-play29" },
  { groupId = "io.flow", artifactId = "lib-util" },
  { 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-akka-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-log-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-util" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "sbt-flow-linter" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated internal library dependencies to their latest patch versions
    • Updated build tooling plugin to the latest patch version

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 5, 2026

📝 Walkthrough

Walkthrough

Version bumps for three library dependencies (lib-log-play29, lib-akka-play29, lib-util) and one build plugin (sbt-flow-linter) in configuration files.

Changes

Cohort / File(s) Summary
Library Dependencies
build.sbt
Updated io.flow library versions: lib-log-play29 (0.2.73 → 0.2.74), lib-akka-play29 (0.2.88 → 0.2.89), lib-util (0.2.75 → 0.2.76)
Build Plugin
project/plugins.sbt
Updated sbt-flow-linter plugin version (0.0.73 → 0.0.74)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

auto-merge

Suggested reviewers

  • github-actions

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' clearly and specifically describes the main change: updating Flow framework dependencies across the project.
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 5daf306 and 12a0f50.

📒 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 (3)
project/plugins.sbt (1)

19-19: No action needed – sbt-flow-linter version 0.0.74 is in active use.

The plugin version update is already deployed in the codebase. Detailed release notes for this internal Flow tool are not publicly available, but the patch version bump indicates backward-compatible changes.

build.sbt (2)

101-101: Verify the lib-util version.

The specified version 0.2.76 could not be found in public Maven repositories or GitHub releases (latest publicly available is 0.2.75). Confirm the version is correct and that the project has access to the specified release. If accessible, review the release notes from the PR description to check for breaking changes.


64-65: Verify breaking changes in lib-log-play29 and lib-akka-play29 updates.

These are internal Flow libraries without public release notes. Ensure the updates to lib-log-play29 (0.2.74) and lib-akka-play29 (0.2.89) are reviewed for breaking changes through Flow's internal release process or documentation, as public release notes are not available.


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 0e76610 into main Jan 5, 2026
8 of 9 checks passed
@github-actions github-actions bot deleted the update/flow branch January 5, 2026 16:44
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