Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Sep 10, 2025

About this PR

Updates:

  • πŸ“¦ io.flow:lib-test-utils-play29 from 0.2.70 to 0.2.71
  • πŸ“¦ io.flow:sbt-flow-linter from 0.0.68 to 0.0.69

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 test utilities dependency to the latest patch for improved compatibility and stability in test runs.
    • Upgraded the build linting plugin to the newest version to incorporate the latest checks and maintenance improvements.
  • Notes
    • No user-facing changes; functionality remains unchanged.

@Copilot Copilot AI review requested due to automatic review settings September 10, 2025 04:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates two Flow dependencies managed by Scala Steward: lib-test-utils-play29 and sbt-flow-linter to their latest minor versions.

  • Updates sbt-flow-linter from version 0.0.68 to 0.0.69
  • Updates lib-test-utils-play29 from version 0.2.70 to 0.2.71

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@coderabbitai
Copy link

coderabbitai bot commented Sep 10, 2025

Caution

Review failed

The pull request is closed.

πŸ“ Walkthrough

Walkthrough

Incremented versions for a test utility library in build.sbt and the sbt-flow-linter plugin in project/plugins.sbt. No code, API, or control-flow changes.

Changes

Cohort / File(s) Summary of Changes
Library dependency bump
build.sbt
Updated io.flow:lib-test-utils-play29 Test scope from 0.2.70 to 0.2.71.
SBT plugin bump
project/plugins.sbt
Updated addSbtPlugin("io.flow" % "sbt-flow-linter" % "...") from 0.0.68 to 0.0.69.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

auto-merge


πŸ“œ 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 61bbc0c and 06cd362.

πŸ“’ Files selected for processing (2)
  • build.sbt (1 hunks)
  • project/plugins.sbt (1 hunks)
✨ Finishing Touches
πŸ§ͺ Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update/flow

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

@github-actions github-actions bot merged commit c2a5c8a into main Sep 10, 2025
4 of 7 checks passed
@github-actions github-actions bot deleted the update/flow branch September 10, 2025 04:32
@coderabbitai coderabbitai bot mentioned this pull request Sep 12, 2025
This was referenced Oct 7, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 16, 2025
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.

1 participant