Skip to content

Commit

Permalink
build(deps): update munit from 1.0.0-M10 to 1.0.0-M11 (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 20, 2024
1 parent e23bf8c commit 0948105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/sbt/src/sbt-test/sbt-stryker4s/test-1/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scalaVersion := "2.12.18"

libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M10" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M11" % Test

// Reproduce https://github.com/stryker-mutator/stryker4s/issues/726
(Compile / scalaSource) := baseDirectory.value / "src" / "main" / "scala"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
val fullCrossScalaVersions = crossScalaVersions ++ Seq(scala3)

// Test dependencies
val munit = "1.0.0-M10"
val munit = "1.0.0-M11"
val munitCatsEffect = "2.0.0-M4"

// Direct dependencies
Expand Down

0 comments on commit 0948105

Please sign in to comment.