Skip to content

Commit

Permalink
build(deps): update munit from 0.7.29 to 1.0.0 (#338)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates [org.scalameta:munit](https://github.com/scalameta/munit) from
`0.7.29` to `1.0.0` ⚠

πŸ“œ [GitHub Release
Notes](https://github.com/scalameta/munit/releases/tag/v1.0.0) -
[Version
Diff](scalameta/munit@v0.7.29...v1.0.0)

## 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/8293d2e3111d350e014cc467a3e0fc013d98a9da/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<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-major, semver-spec-major,
commit-count:1
</sup>
  • Loading branch information
scala-steward committed May 23, 2024
1 parent f995a53 commit 1b93a4e
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.0",
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,
tpolecatScalacOptions ++= Set(
ScalacOptions.source3,
ScalacOptions.release("8"),
Expand Down

0 comments on commit 1b93a4e

Please sign in to comment.