Skip to content

Commit 06c5401

Browse files
authored
Update munit to 1.2.4 (#340)
## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `1.2.3` to `1.2.4` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.2.4) - [Version Diff](scalameta/munit@v1.2.3...v1.2.4) ## 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/e6ce04ea879ebe3c523f3bf655287b89c5141a9e/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.2.3", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalameta", "artifactId" : { "name" : "munit", "maybeCrossName" : "munit_native0.5_3" }, "version" : "1.2.3", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalameta", "artifactId" : { "name" : "munit", "maybeCrossName" : "munit_sjs1_3" }, "version" : "1.2.3", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.2.4" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "test-library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
2 parents d4f5655 + 0f74c46 commit 06c5401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val ducktape =
4949
scalacOptions ++= List("-deprecation", "-Wunused:all", "-Ykind-projector:underscores", "-Xcheck-macros"),
5050
Test / scalacOptions --= List("-deprecation", "-Wunused:all"),
5151
Test / scalacOptions ++= List("-Werror", "-Wconf:cat=deprecation:s", "-Wunused:imports"),
52-
libraryDependencies += "org.scalameta" %%% "munit" % "1.2.3" % Test
52+
libraryDependencies += "org.scalameta" %%% "munit" % "1.2.4" % Test
5353
)
5454
.nativeSettings(
5555
bspEnabled := false,
@@ -64,7 +64,7 @@ lazy val scalaNextTests =
6464
.settings(
6565
scalaVersion := "3.7.4",
6666
scalacOptions ++= List("-Wunused:all", "-Xcheck-macros"),
67-
libraryDependencies += "org.scalameta" %%% "munit" % "1.2.3" % Test
67+
libraryDependencies += "org.scalameta" %%% "munit" % "1.2.4" % Test
6868
)
6969
.dependsOn(ducktape.jvm % "compile->compile;test->test")
7070

0 commit comments

Comments
 (0)