Skip to content

Conversation

@team-foundation-git
Copy link
Contributor

@team-foundation-git team-foundation-git commented Jan 27, 2026

About this PR

Updates:

  • πŸ“¦ io.flow:lib-test-utils-play29 from 0.3.1 to 0.3.3
  • πŸ“¦ io.flow:sbt-flow-linter from 0.0.74 to 0.0.75

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-test-utils-play29" },
  { 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-test-utils-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "sbt-flow-linter" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated internal build dependencies to their latest minor versions for improved stability and maintenance.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 27, 2026

πŸ“ Walkthrough

Walkthrough

Two build configuration files were updated with version increments: io.flow %% lib-test-utils-play29 dependency upgraded from 0.3.1 to 0.3.3 in build.sbt, and sbt-flow-linter plugin upgraded from 0.0.74 to 0.0.75 in project/plugins.sbt.

Changes

Cohort / File(s) Summary
Dependency Updates
build.sbt
Updated io.flow %% lib-test-utils-play29 from version 0.3.1 to 0.3.3 (Test scope)
Plugin Version Bump
project/plugins.sbt
Updated sbt-flow-linter plugin from version 0.0.74 to 0.0.75

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

auto-merge

πŸš₯ Pre-merge checks | βœ… 3
βœ… 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-4404 Flow dependency updates' directly summarizes the main changeβ€”updating Flow dependencies across two configuration files.
Docstring Coverage βœ… Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

πŸ€– Fix all issues with AI agents
In `@build.sbt`:
- Line 36: The dependency "io.flow" %% "lib-test-utils-play29" % "0.3.3" appears
to be a private/undocumented version; verify that this exact artifact is
available from the configured resolvers and, if intentional, update project
documentation (or a comment near the dependency in build.sbt) explaining why
0.3.3 is required instead of a public 0.2.x release and which internal
repository hosts it so reviewers can reproduce builds; if it was added by
mistake, change the dependency to a public version (e.g., a 0.2.x tag) or remove
it.

@flow-tech
Copy link
Contributor

@gheine gheine merged commit 212775f into main Jan 28, 2026
9 checks passed
@gheine gheine deleted the update/flow branch January 28, 2026 10:32
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.

4 participants