Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Jan 6, 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" }
]

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" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated library dependencies to improve stability and compatibility with logging and Akka integration features.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

📝 Walkthrough

Walkthrough

This pull request updates two Play-related library dependencies in the build configuration: lib-log-play29 from 0.2.74 to 0.2.75 and lib-akka-play29 from 0.2.89 to 0.2.91, affecting transitive dependencies.

Changes

Cohort / File(s) Summary
Dependency Version Bumps
build.sbt
Upgrades io.flow lib-log-play29 (0.2.74 → 0.2.75) and lib-akka-play29 (0.2.89 → 0.2.91)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 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 accurately describes the main change: updating Flow library dependencies (lib-log-play29 and lib-akka-play29) in the build configuration.
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 0e76610 and 63ceb40.

📒 Files selected for processing (1)
  • build.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)
build.sbt (1)

64-65: Dependency updates look good.

The version bumps for lib-log-play29 (0.2.74 → 0.2.75) and lib-akka-play29 (0.2.89 → 0.2.91) are minor updates that should be backward compatible.

Please verify the release notes to confirm there are no breaking changes or important behavioral changes:


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

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