Skip to content

Dependency updates - #112

Merged
Krever merged 6 commits into
business4s:mainfrom
scala-steward:update/all
Aug 4, 2026
Merged

Dependency updates#112
Krever merged 6 commits into
business4s:mainfrom
scala-steward:update/all

Conversation

@scala-steward

@scala-steward scala-steward commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

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 = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { groupId = "io.circe", artifactId = "circe-parser" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-parser" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
  }
]
labels: test-library-update, library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, early-semver-minor, version-scheme:early-semver, early-semver-major, semver-spec-major, commit-count:n:5

Summary by CodeRabbit

  • Bug Fixes

    • Improved snapshot test resource resolution for more reliable test execution.
  • Chores

    • Updated build tooling and code-quality plugins.
    • Refreshed logging and JSON-processing libraries used by the project.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0eda93de-2dd7-4999-b88a-0dd438683f13

📥 Commits

Reviewing files that changed from the base of the PR and between 9c1b80e and 0a42582.

📒 Files selected for processing (4)
  • build.sbt
  • decisions4s-examples/src/test/scala/decisions4s/testing/SnapshotTest.scala
  • project/build.properties
  • project/plugins.sbt

📝 Walkthrough

Walkthrough

The pull request updates SBT tooling and test dependencies. It also changes snapshot tests to derive the resources path from the source file location.

Changes

Project maintenance

Layer / File(s) Summary
Build tooling and dependency updates
build.sbt, project/build.properties, project/plugins.sbt
SBT and sbt-tpolecat versions were updated. Logback and Circe test dependencies were upgraded.
Snapshot resource path resolution
decisions4s-examples/src/test/scala/decisions4s/testing/SnapshotTest.scala
Snapshot tests now derive the resources directory from sourcecode.File() and resolve resources.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Poem

A rabbit checks the build with care,
New versions hop through every layer.
Snapshot paths now find their way,
Through source locations bright as day.
“Clean tests!” the rabbit sings,
And wiggles both its ears and springs.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately identifies the main change as project dependency updates, including library and build-tool upgrades.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

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

@mergify

mergify Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@Krever
Krever merged commit ee3d6ca into business4s:main Aug 4, 2026
5 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Aug 5, 2026
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