Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2024
1 parent 7f4cd0c commit 1244268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Dependencies {
lazy val `log4cats-slf4j` = Seq("org.typelevel" %% "log4cats-slf4j" % log4catsVersion)
lazy val `log4cats-testing` = Seq("org.typelevel" %% "log4cats-testing" % log4catsVersion)

lazy val munitVersion = "1.0.0"
lazy val munitVersion = "1.0.2"
lazy val munit =
Seq("org.scalameta" %% "munit", "org.scalameta" %% "munit-scalacheck").map(_ % munitVersion)

Expand Down

0 comments on commit 1244268

Please sign in to comment.