scalacenter / bloop-config

Bloop configuration library
https://scalacenter.github.io/bloop/docs/configuration-format
Apache License 2.0
1 stars 4 forks source link

build(deps): Update munit from 1.0.0 to 1.0.1 #99

Closed scala-center-steward[bot] closed 2 months ago

scala-center-steward[bot] commented 2 months ago

About this PR

šŸ“¦ Updates org.scalameta:munit from 1.0.0 to 1.0.1

šŸ“œ 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.0.0). You might want to review and update them manually. ``` config/test/resources/real-world-config.json config/test/src/bloop/config/ConfigCodecsSpec.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, old-version-remains, commit-count:1