Skip to content

Conversation

@flow-tech
Copy link
Contributor

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

About this PR

Updates:

  • 📦 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 = "sbt-flow-linter" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "sbt-flow-linter" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated build tool dependency.

@coderabbitai
Copy link

coderabbitai bot commented Nov 3, 2025

📝 Walkthrough

Walkthrough

Updates the sbt-flow-linter plugin dependency in project/plugins.sbt from version 0.0.71 to 0.0.72. No functional changes or logic modifications.

Changes

Cohort / File(s) Change Summary
Dependency Version Update
project/plugins.sbt
Bumped sbt-flow-linter plugin from 0.0.71 to 0.0.72

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Verify that the new version 0.0.72 is a legitimate patch release with no breaking changes

Possibly related PRs

  • Flow dependency updates #276: Sequential version bump of the same sbt-flow-linter dependency (0.0.70 → 0.0.71 in that PR, 0.0.71 → 0.0.72 in this PR)

Suggested labels

auto-merge

Pre-merge checks

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title "Flow dependency updates" directly reflects the primary change in the changeset, which is bumping the sbt-flow-linter plugin from version 0.0.71 to 0.0.72. The title is concise and clear, using specific language that indicates Flow-related dependencies are being updated, which is appropriately descriptive for a teammate reviewing the commit history. The title avoids vague or generic terms and accurately summarizes the main point of the PR without including unnecessary noise.

📜 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 0a6b8c8 and a10c92c.

📒 Files selected for processing (1)
  • project/plugins.sbt (1 hunks)
🔇 Additional comments (1)
project/plugins.sbt (1)

13-13: Verify version existence before merging—repository check shows mixed results.

The version update from 0.0.71 to 0.0.72 is correctly formatted. However, the repository verification showed that while version 0.0.72 appears in the directory listing, the POM file returns a 404 error, which suggests the version may not be fully published or is inaccessible. Since sbt-flow-linter is an internal Flow plugin, publicly available information cannot confirm this version's validity.

Please verify that:

  • Version 0.0.72 of sbt-flow-linter is publicly available or accessible in your configured repositories
  • The build resolves this dependency successfully before merging
  • There are no breaking changes in this version compared to 0.0.71

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

@github-actions github-actions bot merged commit ee2a103 into main Nov 3, 2025
8 of 9 checks passed
@github-actions github-actions bot deleted the update/flow branch November 3, 2025 00:49
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