From 611c617ce5a78289959d5bca258688ebd56aa872 Mon Sep 17 00:00:00 2001
From: Scala Steward <43047562+scala-steward@users.noreply.github.com>
Date: Sat, 14 Sep 2024 20:36:30 +0200
Subject: [PATCH] build(deps): update munit from 1.0.1 to 1.0.2 (#384)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from
`1.0.1` to `1.0.2`
📜 [GitHub Release
Notes](https://github.com/scalameta/munit/releases/tag/v1.0.2) -
[Version
Diff](https://github.com/scalameta/munit/compare/v1.0.1...v1.0.2)
## 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/b137fb7e1bc962f8772ed48faf04d4e43de165d6/docs/repo-specific-configuration.md)
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: test-library-update, early-semver-patch, semver-spec-patch,
commit-count:1
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index ab9dd2a..4d07759 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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.1" % Test,
+ libraryDependencies += "org.scalameta" %%% "munit" % "1.0.2" % Test,
tpolecatScalacOptions ++= Set(
ScalacOptions.source3,
ScalacOptions.release("8"),