Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Dec 30, 2025

About this PR

Updates:

  • 📦 io.flow:lib-event-sync-play29 from 0.7.34 to 0.7.35
  • 📦 io.flow:lib-postgresql-play-play29 from 0.6.53 to 0.6.54
  • 📦 io.flow:lib-postgresql-play29 from 0.3.34 to 0.3.35
  • 📦 io.flow:lib-test-utils-play29 from 0.2.96 to 0.2.97
  • 📦 io.flow:lib-usage-play29 from 0.3.28 to 0.3.29

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-event-sync-play29" },
  { 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-event-sync-play29" }
  },
  {
    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 multiple internal library dependencies to their latest patch versions to enhance system stability and ensure continued compatibility.

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

@coderabbitai
Copy link

coderabbitai bot commented Dec 30, 2025

📝 Walkthrough

Walkthrough

Updates five io.flow library dependencies to patch versions in the build configuration. The changes include incrementing versions for lib-event-sync-play29, lib-postgresql-play29, lib-postgresql-play-play29, lib-usage-play29, and lib-test-utils-play29 across the project and www subproject.

Changes

Cohort / File(s) Summary
Dependency version updates
build.sbt
Bumps five io.flow library patch versions: lib-event-sync-play29 (0.7.34→0.7.35), lib-postgresql-play29 (0.3.34→0.3.35), lib-postgresql-play-play29 (0.6.53→0.6.54), lib-usage-play29 (0.3.28→0.3.29), lib-test-utils-play29 (0.2.96→0.2.97)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • dependency#850: Updates overlapping io.flow library dependencies (lib-event-sync-play29, lib-postgresql-play29, lib-usage-play29, lib-test-utils-play29) in the same build configuration.
  • dependency#862: Modifies the same io.flow:lib-postgresql-play-play29 dependency version.

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-4297 Flow dependency updates' clearly identifies this as a dependency version update PR for Flow libraries, directly matching the main change in the changeset.
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 1c5c112 and 962aae6.

📒 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 (1)
build.sbt (1)

65-70: LGTM! Dependency updates look good.

All version bumps are patch-level increments and appear correctly formatted. The lib-test-utils-play29 update is consistently applied across both the api and www projects.

Since these are patch version updates, they should be backward compatible. Please ensure the test suite passes to confirm compatibility.

If you'd like to review the changes in detail, the PR description mentions release notes are available for lib-postgresql at: https://github.com/flowcommerce/lib-postgresql/releases/tag/0.3.35

Also applies to: 101-101


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

@jackl jackl merged commit 2b1e6cd into main Dec 30, 2025
4 of 7 checks passed
@jackl jackl deleted the update/flow branch December 30, 2025 10:35
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