Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Jan 6, 2026

About this PR

Updates:

  • 📦 io.flow:lib-healthcheck-play29 from 0.0.86 to 0.0.89
  • 📦 io.flow:lib-log-play29 from 0.2.73 to 0.2.75
  • 📦 io.flow:lib-metrics-play29 from 1.1.69 to 1.1.72
  • 📦 io.flow:lib-postgresql-play-play29 from 0.6.55 to 0.6.58
  • 📦 io.flow:lib-test-utils-play29 from 0.2.98 to 0.3.1
  • 📦 io.flow:lib-usage-play29 from 0.3.30 to 0.3.33
  • 📦 io.flow:sbt-flow-linter from 0.0.73 to 0.0.74

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

Summary by CodeRabbit

  • Chores
    • Updated multiple library dependencies to current versions for improved stability and maintenance.
    • Updated build tooling plugin to the latest version.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

📝 Walkthrough

Walkthrough

This PR updates dependency versions in build configuration files: multiple io.flow Play 2.9 libraries are bumped (including lib-postgresql-play-play29, lib-metrics-play29, lib-test-utils-play29, lib-usage-play29, lib-log-play29, lib-healthcheck-play29) and the sbt-flow-linter plugin version is incremented.

Changes

Cohort / File(s) Summary
Build Dependencies
build.sbt
Bumped io.flow libraries in the api/common settings: lib-postgresql-play-play29 (0.6.55 → 0.6.58), lib-metrics-play29 (1.1.69 → 1.1.72), lib-test-utils-play29 (0.2.98 → 0.3.1) [test], lib-usage-play29 (0.3.30 → 0.3.33), lib-log-play29 (0.2.73 → 0.2.75) [test], and lib-healthcheck-play29 in commonSettings (0.0.86 → 0.0.89).
Build Plugins
project/plugins.sbt
Updated sbt-flow-linter plugin version from 0.0.73 → 0.0.74.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • gheine

Pre-merge checks

✅ 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 clearly and specifically identifies the main change: Flow dependency updates, which accurately reflects the changeset consisting entirely of version bumps for multiple Flow libraries and plugins.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between aee1e48 and cc3f67d.

📒 Files selected for processing (1)
  • build.sbt
🚧 Files skipped from review as they are similar to previous changes (1)
  • build.sbt
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Jenkins

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

@flow-tech
Copy link
Contributor Author

@flow-tech
Copy link
Contributor Author

@flow-tech
Copy link
Contributor Author

@jackl jackl merged commit 6bcd45f into main Jan 6, 2026
8 checks passed
@jackl jackl deleted the update/flow branch January 6, 2026 14:04
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