Update munit to 1.3.3 - #2385
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the munit dependency version from 1.3.0 to 1.3.3 in project/Dependencies.scala. The reviewer recommends also updating munit-scalacheck to 1.3.3 to maintain version alignment and prevent potential binary compatibility issues.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| lazy val http4sEmber = | ||
| Def.setting("org.http4s" %%% "http4s-ember-client" % "0.23.34") | ||
| lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.3.0") | ||
| lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.3.3") |
There was a problem hiding this comment.
When updating munit to 1.3.3, munit-scalacheck (defined on lines 26-27) should also be updated to 1.3.3 to maintain version alignment and prevent potential binary compatibility issues or classpath conflicts.
References
- When updating library versions, ensure that all related libraries are updated to the same version to prevent potential binary compatibility issues or runtime errors.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2385 +/- ##
==========================================
+ Coverage 85.18% 85.19% +0.01%
==========================================
Files 196 196
Lines 49379 49379
Branches 12196 12196
==========================================
+ Hits 42062 42070 +8
+ Misses 7317 7309 -8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Superseded by |
About this PR
📦 Updates org.scalameta:munit from
1.3.0to1.3.3📜 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.conffile.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.0).
You might want to review and update them manually.
⚙ Adjust future updates
Add this to your
.scala-steward.conffile to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: