Skip to content

Conversation

@flow-tech
Copy link
Contributor

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

About this PR

Updates:

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-postgresql-play-play29" },
  { groupId = "io.flow", artifactId = "lib-postgresql-play29" },
  { groupId = "io.flow", artifactId = "lib-test-utils-play29" },
  { groupId = "io.flow", artifactId = "lib-usage-play29" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-postgresql-play-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-postgresql-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" }
  }
]
labels: scala-steward

Summary by CodeRabbit

Chores

  • Updated internal runtime and test dependencies to their latest compatible versions for improved stability and compatibility.

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 1, 2026

📝 Walkthrough

Walkthrough

This PR updates multiple Scala sbt library dependencies in build.sbt across the api and www projects. Specific updates include io.flow libraries for PostgreSQL, usage tracking, and test utilities, with patch version increments. No logic or control flow changes are introduced.

Changes

Cohort / File(s) Summary
Dependency version updates
build.sbt
Updated io.flow library versions: lib-postgresql-play29 (0.3.35→0.3.36), lib-postgresql-play-play29 (0.6.54→0.6.55), lib-usage-play29 (0.3.29→0.3.30), lib-test-utils-play29 (0.2.97→0.2.98) across api and www projects.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • nicolagi
  • jackl

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 'FDN-4304 Flow dependency updates' accurately reflects the main change in the pull request, which consists of dependency version bumps for Flow libraries.
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 2b1e6cd and 8037856.

📒 Files selected for processing (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
🔇 Additional comments (2)
build.sbt (2)

101-101: LGTM! Version consistency maintained.

The lib-test-utils-play29 version is correctly aligned with the api project (line 70), ensuring consistent test utilities across both projects.


66-70: LGTM! Dependency updates are consistent and well-structured.

All patch version bumps for the io.flow libraries follow semantic versioning conventions with backward-compatible increments. The lib-test-utils-play29 version is applied consistently across the api and www projects.


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

@flow-tech
Copy link
Contributor Author

@jackl jackl merged commit f160144 into main Jan 1, 2026
7 checks passed
@jackl jackl deleted the update/flow branch January 1, 2026 10:50
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.

3 participants