Skip to content

Conversation

@flow-tech
Copy link
Contributor

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

About this PR

Updates:

  • πŸ“¦ io.flow:lib-test-utils-play29 from 0.2.81 to 0.2.82
  • πŸ“¦ io.flow:sbt-flow-linter from 0.0.71 to 0.0.72

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 build tool and test utility dependencies to their latest versions for improved stability and compatibility.

@github-actions github-actions bot merged commit db92de3 into main Nov 3, 2025
5 of 7 checks passed
@github-actions github-actions bot deleted the update/flow branch November 3, 2025 04:31
@coderabbitai
Copy link

coderabbitai bot commented Nov 3, 2025

Caution

Review failed

The pull request is closed.

πŸ“ Walkthrough

Walkthrough

Two build configuration files updated with dependency version bumps: io.flow %% lib-test-utils-play29 from 0.2.81 to 0.2.82 in build.sbt, and sbt-flow-linter plugin from 0.0.71 to 0.0.72 in project/plugins.sbt.

Changes

Cohort / File(s) Summary
Play test utilities dependency
build.sbt
Version bump: io.flow %% lib-test-utils-play29 from 0.2.81 to 0.2.82 (Test scope)
Build plugin dependency
project/plugins.sbt
Version bump: sbt-flow-linter from 0.0.71 to 0.0.72

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs


πŸ“œ 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 5ac4ed6 and 38ed8f3.

πŸ“’ Files selected for processing (2)
  • build.sbt (1 hunks)
  • project/plugins.sbt (1 hunks)

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.

2 participants