Skip to content

Commit

Permalink
build(deps): update munit from 1.0.0 to 1.0.1 (#371)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from
`1.0.0` to `1.0.1`

📜 [GitHub Release
Notes](https://github.com/scalameta/munit/releases/tag/v1.0.1) -
[Version
Diff](scalameta/munit@v1.0.0...v1.0.1)

## 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`](https://github.com/scala-steward-org/scala-steward/blob/14ead00cadd6532fcd029565144d39446d05bf34/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (1.0.0).
You might want to review and update them manually.
```
README.md
docs/README.md
node/package-lock.json
node/package.json
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

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" }
}]
```
</details>

<sup>
labels: test-library-update, early-semver-patch, semver-spec-patch,
old-version-remains, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Aug 14, 2024
1 parent 427285c commit 3e86e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lazy val WeaponRegeX = projectMatrix
.settings(
name := "weapon-regex",
libraryDependencies += "com.lihaoyi" %%% "fastparse" % "3.1.1",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.1" % Test,
tpolecatScalacOptions ++= Set(
ScalacOptions.source3,
ScalacOptions.release("8"),
Expand Down

0 comments on commit 3e86e46

Please sign in to comment.