Conversation
📝 WalkthroughWalkthroughUpdates multiple library dependencies across lib, api, and www modules in build.sbt, including lib-util, lib-play-play29, lib-event-sync-play29, lib-postgresql-play29, lib-postgresql-play-play29, lib-log-play29, lib-usage-play29, and lib-test-utils-play29. Also bumps sbt-flow-linter plugin version in project/plugins.sbt. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@build.sbt`:
- Line 41: The parser spec BuildSbtScalaParserSpec.scala still expects
lib-postgresql-play version "0.3.6"; update the two expectation strings for
"lib-postgresql-play" in that test to match the current version declared in
build.sbt (i.e., replace the outdated "0.3.6" occurrences in the spec with the
actual version used by the project), and ensure any surrounding expected
text/spacing in the spec remains identical so the parser string assertions still
match.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 9b435bb1-0323-494b-8fba-00d5a0d89449
📒 Files selected for processing (2)
build.sbtproject/plugins.sbt
|
Click here for code coverage report: https://jenkins.flo.pub/job/flowcommerce/job/dependency/job/PR-897/1/scoverage-report/ |
About this PR
Updates:
0.7.42to0.7.510.2.80to0.2.850.8.79to0.8.860.6.64to0.6.750.3.44to0.3.490.3.6to0.3.100.3.39to0.3.440.2.79to0.2.810.0.77to0.0.78Usage
✅ 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.conffile.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.
⚙ Adjust future updates
Add these to your
.scala-steward.conffile to ignore future updates of these dependencies:Or, add these to slow down future updates of these dependencies:
Summary by CodeRabbit