Update munit to 1.0.2
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" }
}]
@satorg you need this fix https://github.com/circe/circe/pull/2296
@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.
Superseded by #322.