Skip to content

Conversation

@flow-tech
Copy link
Contributor

@flow-tech flow-tech commented Dec 15, 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-akka-play29" },
  { groupId = "io.flow", artifactId = "lib-log-play29" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-akka-play29" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.flow", artifactId = "lib-log-play29" }
  }
]
labels: scala-steward

Summary by CodeRabbit

  • Chores
    • Updated logging library dependency to latest patch version
    • Updated Akka framework library dependency to latest patch version

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

@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR updates two library dependencies in the lib project within build.sbt. The io.flow/lib-log-play29 library is bumped from version 0.2.70 to 0.2.71, and io.flow/lib-akka-play29 is bumped from version 0.2.85 to 0.2.86.

Changes

Cohort / File(s) Summary
Dependency Version Updates
build.sbt
Updated io.flow %% lib-log-play29 from 0.2.70 to 0.2.71 and io.flow %% lib-akka-play29 from 0.2.85 to 0.2.86 in the lib project

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

auto-merge


📜 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 a4c9f0f and ba411a5.

📒 Files selected for processing (1)
  • build.sbt (1 hunks)

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

@github-actions github-actions bot merged commit bdb26de into main Dec 15, 2025
4 of 7 checks passed
@github-actions github-actions bot deleted the update/flow branch December 15, 2025 03:01
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.

2 participants