Skip to content

build(deps): Update munit from 1.3.3 to 1.3.5 - #8780

Open
scala-steward wants to merge 1 commit into
scalameta:mainfrom
scala-steward:update/munit-1.3.5
Open

build(deps): Update munit from 1.3.3 to 1.3.5#8780
scala-steward wants to merge 1 commit into
scalameta:mainfrom
scala-steward:update/munit-1.3.5

Conversation

@scala-steward

@scala-steward scala-steward commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates org.scalameta:munit from 1.3.3 to 1.3.5

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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 number

The following files still refer to the old version number (1.3.3).
You might want to review and update them manually.

metals/src/main/scala/scala/meta/internal/metals/MtagsResolver.scala
website/blog/2020-01-10-cobalt.md
website/blog/2023-07-19-silver.md
website/blog/2023-10-17-silver.md
website/blog/2024-07-12-thallium.md
website/blog/2024-07-24-thallium.md
website/blog/2025-03-26-strontium.md
website/blog/2026-07-23-osmium.md
website/yarn.lock
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scalameta", artifactId = "munit" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta", artifactId = "munit" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

Summary by CodeRabbit

  • Chores
    • Updated the MUnit testing framework to version 1.3.5.
    • Aligned testing configuration across the project with the updated version.

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 9758c449-907d-4a38-9e01-b8eccf9f241a

📥 Commits

Reviewing files that changed from the base of the PR and between 0905ff7 and ce767af.

📒 Files selected for processing (2)
  • project/V.scala
  • tests/slow/src/test/scala/tests/mill/MillServerSuite.scala

📝 Walkthrough

Walkthrough

The PR updates MUnit from 1.3.3 to 1.3.5 in the shared version definition and the Mill server test dependency.

Changes

MUnit version update

Layer / File(s) Summary
Align MUnit dependency versions
project/V.scala, tests/slow/src/test/scala/tests/mill/MillServerSuite.scala
The shared MUnit version and Mill server test dependency now use 1.3.5.

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

Possibly related PRs

Suggested labels: library-update, commit-count:1, early-semver-patch, semver-spec-patch, old-version-remains

Suggested reviewers: tgodzik, github-actions

🚥 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 clearly and concisely describes the MUnit dependency update from version 1.3.3 to 1.3.5.
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.

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.

1 participant