Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Nov 20, 2025

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" }
]

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

Summary by CodeRabbit

  • Chores
    • Updated internal library dependencies to the latest stable versions to maintain system stability and compatibility.

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

@coderabbitai
Copy link

coderabbitai bot commented Nov 20, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Updates build.sbt to bump three io.flow dependencies: lib-log-play29 (0.2.67→0.2.69), lib-akka-play29 (0.2.82→0.2.84) in the lib project, and lib-util (0.2.72→0.2.73) in the standalone project. No code or control-flow changes.

Changes

Cohort / File(s) Summary of Changes
Dependency version updates
build.sbt
Bumped io.flow dependencies: lib-log-play29 0.2.67→0.2.69, lib-akka-play29 0.2.82→0.2.84 (lib project), lib-util 0.2.72→0.2.73 (standalone project).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

auto-merge

Suggested reviewers

  • github-actions

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e48a65a and 87e39de.

📒 Files selected for processing (1)
  • build.sbt (2 hunks)

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

@github-actions github-actions bot merged commit ffc5c35 into main Nov 20, 2025
4 of 7 checks passed
@github-actions github-actions bot deleted the update/flow branch November 20, 2025 03:01
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