Update munit to 1.3.2#2384
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the munit dependency version to 1.3.2. The reviewer recommends also updating the munit-scalacheck dependency to 1.3.2 to ensure 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 munit = Def.setting("org.scalameta" %%% "munit" % "1.3.2") | ||
| lazy val munitScalaCheck = | ||
| Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.3.0") |
There was a problem hiding this comment.
The munit-scalacheck dependency should be updated to 1.3.2 to match the munit version. Keeping these dependencies in sync prevents potential binary compatibility issues and runtime errors, as they are released together as part of the same suite.
| lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.3.2") | |
| lazy val munitScalaCheck = | |
| Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.3.0") | |
| lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.3.2") | |
| lazy val munitScalaCheck = | |
| Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.3.2") |
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.
|
Superseded by |
About this PR
📦 Updates org.scalameta:munit from
1.3.0to1.3.2📜 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: