Skip to content

Commit fd04775

Browse files
authored
Update munit to 1.1.1 (#264)
## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `1.1.0` to `1.1.1` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.1.1) - [Version Diff](scalameta/munit@v1.1.0...v1.1.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/222f6f48ddb20b3fb709d12062d05046182e9745/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-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalameta", "artifactId" : { "name" : "munit", "maybeCrossName" : "munit_3" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalameta", "artifactId" : { "name" : "munit", "maybeCrossName" : "munit_native0.5_3" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalameta", "artifactId" : { "name" : "munit", "maybeCrossName" : "munit_sjs1_3" }, "version" : "1.1.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.1.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "test-library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
2 parents 645c1fc + 0084acb commit fd04775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val ducktape =
5151
scalacOptions ++= List("-deprecation", "-Wunused:all", "-Ykind-projector:underscores", "-Xcheck-macros"),
5252
Test / scalacOptions --= List("-deprecation"),
5353
Test / scalacOptions ++= List("-Werror", "-Wconf:cat=deprecation:s"),
54-
libraryDependencies += "org.scalameta" %%% "munit" % "1.1.0" % Test
54+
libraryDependencies += "org.scalameta" %%% "munit" % "1.1.1" % Test
5555
)
5656
.nativeSettings(
5757
bspEnabled := false,

0 commit comments

Comments
 (0)