Skip to content

Update munit to 1.3.2#2384

Closed
scala-steward wants to merge 1 commit into
johnynek:mainfrom
scala-steward:update/munit-1.3.2
Closed

Update munit to 1.3.2#2384
scala-steward wants to merge 1 commit into
johnynek:mainfrom
scala-steward:update/munit-1.3.2

Conversation

@scala-steward

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates org.scalameta:munit from 1.3.0 to 1.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.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.0).
You might want to review and update them manually.

core/.js/package-lock.json
jsui/.js/package-lock.json
project/Dependencies.scala
⚙ 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: test-library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +25 to 27
lazy val munit = Def.setting("org.scalameta" %%% "munit" % "1.3.2")
lazy val munitScalaCheck =
Def.setting("org.scalameta" %%% "munit-scalacheck" % "1.3.0")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
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
  1. When updating library versions, ensure that all related libraries are updated to the same version to prevent potential binary compatibility issues or runtime errors.

@scala-steward

Copy link
Copy Markdown
Contributor Author

Superseded by

@scala-steward scala-steward deleted the update/munit-1.3.2 branch June 10, 2026 15:55
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