Skip to content

Conversation

@team-foundation-git
Copy link
Contributor

@team-foundation-git team-foundation-git commented Jan 29, 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-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-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 project dependencies and build tools to latest stable versions for improved stability and compatibility.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

Dependency versions are updated across two configuration files: io.flow/lib-util and io.flow/lib-log-play29 in build.sbt, and sbt-flow-linter in project/plugins.sbt. No functional changes or control-flow modifications are present.

Changes

Cohort / File(s) Summary
Dependency Updates
build.sbt
Updated io.flow %% lib-util from 0.2.77 to 0.2.78 and io.flow %% lib-log-play29 from 0.2.77 to 0.2.79.
Plugin Updates
project/plugins.sbt
Updated sbt-flow-linter plugin from 0.0.75 to 0.0.76.

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.

@github-actions github-actions bot merged commit 09364cc into main Jan 29, 2026
4 of 7 checks passed
@github-actions github-actions bot deleted the update/flow branch January 29, 2026 02:16
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