Skip to content

Dependency updates - #42

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

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

Conversation

@scala-steward

@scala-steward scala-steward commented Aug 5, 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!

🔍 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.

website/package-lock.json
website/yarn.lock
⚙ 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 = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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 = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:4

Summary by CodeRabbit

  • Chores
    • Updated build tooling and formatting support.
    • Updated logging support used by the examples.
    • No end-user-facing functionality changes.

@coderabbitai

coderabbitai Bot commented Aug 5, 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: 8582896e-f8b7-482a-acce-c0ac5b946858

📥 Commits

Reviewing files that changed from the base of the PR and between ab2213d and a216523.

📒 Files selected for processing (4)
  • .scalafmt.conf
  • build.sbt
  • project/build.properties
  • project/plugins.sbt

📝 Walkthrough

Walkthrough

The pull request updates Scalafmt, SBT, sbt-scalafmt, and the chatops4s-examples Logback dependency.

Changes

Build tooling and dependency upgrades

Layer / File(s) Summary
Version declarations
.scalafmt.conf, project/build.properties, project/plugins.sbt, build.sbt
Scalafmt, SBT, sbt-scalafmt, and logback-classic versions are upgraded.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested reviewers: krever

Poem

A rabbit checks each version line,
Scalafmt hops to newer time.
SBT follows, plugins too,
Logback gets an upgrade new.
The build now wears a fresher hue.

🚥 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 and concisely identifies the primary change: updates to project dependencies.
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.

@Krever
Krever merged commit 921bf64 into business4s:main Aug 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants