Skip to content

Commit

Permalink
Update munit to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 5, 2024
1 parent e8d0cc2 commit a5cd092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
"co.fs2" %% "fs2-io" % fs2Version,
"com.typesafe" % "config" % "1.4.3",
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
),
Expand Down

0 comments on commit a5cd092

Please sign in to comment.