Skip to content

Conversation

@flow-tech
Copy link
Contributor

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

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-util" }
]

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-util" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated internal dependencies to latest available versions.

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

@coderabbitai
Copy link

coderabbitai bot commented Dec 8, 2025

📝 Walkthrough

Walkthrough

This pull request updates two dependency versions in the build configuration: lib-util is bumped from 0.2.73 to 0.2.74, and lib-postgresql-play-play29 is bumped from 0.6.47 to 0.6.48. Both are patch-level version increments.

Changes

Cohort / File(s) Summary
Dependency Updates
build.sbt
Updated io.flow %% lib-util from 0.2.73 to 0.2.74; Updated io.flow %% lib-postgresql-play-play29 from 0.6.47 to 0.6.48

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • nicolagi

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 accurately describes the main change—updating Flow dependencies—and is concise and specific enough for quick scanning.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 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 e9c4ebe and e57fb16.

📒 Files selected for processing (1)
  • build.sbt (2 hunks)
⏰ 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)

41-41: LGTM! Verify the release notes for changes.

The patch version update for lib-util from 0.2.73 to 0.2.74 looks correct. Please review the release notes to understand what changes are included in this update.


67-67: LGTM! Consider checking the changelog.

The patch version update for lib-postgresql-play-play29 from 0.6.47 to 0.6.48 looks correct. If available, you may want to review the release notes for this dependency to understand what changes are included.


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

@jackl jackl merged commit 5145342 into main Dec 9, 2025
4 of 7 checks passed
@jackl jackl deleted the update/flow branch December 9, 2025 09:36
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