Skip to content

Commit c5cf753

Browse files
build(deps): update munit from 1.2.4 to 1.3.0 (#1970)
1 parent 9ce18c6 commit c5cf753

2 files changed

Lines changed: 2 additions & 2 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.2.4" % Test
3+
libraryDependencies += "org.scalameta" %% "munit" % "1.3.0" % Test
44

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

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.2.4"
17+
val munit = "1.3.0"
1818

1919
val munitCatsEffect = "2.2.0"
2020

0 commit comments

Comments
 (0)