Skip to content

Conversation

@team-foundation-git
Copy link
Contributor

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

About this PR

Updates:

  • 📦 io.flow:lib-healthcheck-play29 from 0.0.92 to 0.0.94
  • 📦 io.flow:lib-log-play29 from 0.2.77 to 0.2.79
  • 📦 io.flow:lib-metrics-play29 from 1.1.74 to 1.1.76
  • 📦 io.flow:lib-postgresql-play-play29 from 0.6.61 to 0.6.63
  • 📦 io.flow:lib-test-utils-play29 from 0.3.3 to 0.3.5
  • 📦 io.flow:lib-usage-play29 from 0.3.36 to 0.3.38
  • 📦 io.flow:sbt-flow-linter from 0.0.75 to 0.0.76

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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

build.sbt
⚙ 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 internal dependencies to latest versions, including database utilities, metrics, testing tools, logging, health checking, and build plugins.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 2026

📝 Walkthrough

Walkthrough

This PR updates multiple io.flow library dependencies in the API module to newer patch versions and bumps the sbt-flow-linter plugin version. Changes are confined to version specifications in build configuration files with no functional code modifications.

Changes

Cohort / File(s) Summary
Library Dependencies
build.sbt
Updated io.flow library versions: lib-postgresql-play-play29 (0.6.61→0.6.63), lib-metrics-play29 (1.1.74→1.1.76), lib-test-utils-play29 (0.3.3→0.3.5), lib-usage-play29 (0.3.36→0.3.38), lib-log-play29 (0.2.77→0.2.79), lib-healthcheck-play29 (0.0.92→0.0.94).
Build Plugins
project/plugins.sbt
Updated sbt-flow-linter plugin from version 0.0.75 to 0.0.76.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • gheine
  • jackl
🚥 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' accurately describes the main change: updating multiple io.flow library dependencies and an sbt plugin.
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.

@flow-tech
Copy link
Contributor

@gheine gheine merged commit 1b4beba into main Jan 29, 2026
7 checks passed
@gheine gheine deleted the update/flow branch January 29, 2026 22:55
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