Skip to content

Commit 5c633ec

Browse files
build(deps): update munit from 1.3.1 to 1.3.2 (#2016)
1 parent 517bc58 commit 5c633ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/sbt/src/sbt-test/sbt-stryker4s/test-1/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scalaVersion := "2.12.21"
22

3-
libraryDependencies += "org.scalameta" %% "munit" % "1.3.1" % Test
3+
libraryDependencies += "org.scalameta" %% "munit" % "1.3.2" % Test
44

55
strykerDebugLogTestRunnerStdout := true
66
stryker / logLevel := Level.Debug

modules/sbt/src/sbt-test/sbt-stryker4s/test-subproject/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ThisBuild / scalaVersion := "3.3.7"
22

33
lazy val app = (project in file("app"))
44
.settings(
5-
libraryDependencies += "org.scalameta" %% "munit" % "1.3.1" % Test,
5+
libraryDependencies += "org.scalameta" %% "munit" % "1.3.2" % Test,
66
strykerDebugLogTestRunnerStdout := true,
77
stryker / logLevel := Level.Debug,
88
strykerThresholdsBreak := 50

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414
val crossScalaVersions = Seq(scala3Lts, scala213, scala212)
1515

1616
// Test dependencies
17-
val munit = "1.3.1"
17+
val munit = "1.3.2"
1818

1919
val munitCatsEffect = "2.2.0"
2020

0 commit comments

Comments
 (0)