discipline-munit icon indicating copy to clipboard operation
discipline-munit copied to clipboard

Update munit to 1.0.2

Open typelevel-steward[bot] opened this issue 1 year ago • 2 comments

About this PR

📦 Updates org.scalameta:munit from 1.0.0 to 1.0.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!

⚙ 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, commit-count:1

typelevel-steward[bot] avatar Sep 13 '24 12:09 typelevel-steward[bot]

@satorg you need this fix https://github.com/circe/circe/pull/2296

mzuehlke avatar Sep 15 '24 18:09 mzuehlke

@mzuehlke , thank you. Actually, I recently triggered a new release for scalacheck v1.18.1 that brings in scala-native v0.5.5 and should reconcile it with munit. But if the issue keeps bothering us in the future we consider loosening the dependency compatibility restrictions for sure.

satorg avatar Sep 15 '24 19:09 satorg

Superseded by #322.

typelevel-steward[bot] avatar Dec 02 '24 16:12 typelevel-steward[bot]