Skip to content

Commit 8bb309f

Browse files
authored
Update munit to 1.2.1 (#107)
## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `1.2.0` to `1.2.1` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.2.1) - [Version Diff](scalameta/munit@v1.2.0...v1.2.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/397d8fc20aa4a81ac39e75ce7bc4a3da104175ae/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: library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalameta", "artifactId" : { "name" : "munit", "maybeCrossName" : "munit_3" }, "version" : "1.2.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.2.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
2 parents cd8135b + 111dc7e commit 8bb309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ trait PluginCross
120120
def ivyDeps = super.ivyDeps() ++ Seq(
121121
mvn"com.lihaoyi::mill-testkit:${config.millVersion}",
122122
config.millLibs,
123-
mvn"org.scalameta::munit:1.2.0"
123+
mvn"org.scalameta::munit:1.2.1"
124124
)
125125
}
126126
}

0 commit comments

Comments
 (0)