Skip to content

Conversation

@team-foundation-git
Copy link
Contributor

@team-foundation-git team-foundation-git commented Jan 27, 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

Release Notes

  • Chores
    • Updated internal dependencies to ensure compatibility and stability.

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

@github-actions github-actions bot merged commit 7d5c788 into main Jan 27, 2026
4 of 7 checks passed
@github-actions github-actions bot deleted the update/flow branch January 27, 2026 03:01
@coderabbitai
Copy link

coderabbitai bot commented Jan 27, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Version bumps applied to three internal dependencies (lib-log-play29, lib-akka-play29, lib-util) and one sbt plugin (sbt-flow-linter) in build configuration files. No API changes or functional modifications.

Changes

Cohort / File(s) Summary
Dependency Version Updates
build.sbt
Updated three io.flow dependencies: lib-log-play29 (0.2.75 → 0.2.77), lib-akka-play29 (0.2.91 → 0.2.93), lib-util (0.2.76 → 0.2.77)
Plugin Version Update
project/plugins.sbt
Updated sbt-flow-linter plugin from 0.0.74 to 0.0.75

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

auto-merge


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

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.

3 participants