Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 26, 2024
1 parent 555f367 commit aff4888
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 @@ -124,7 +124,7 @@ lazy val sharedSettings = Seq(
"io.circe" %% "circe-literal" % "0.14.6",
"org.tpolecat" %% "sourcepos" % "1.1.0",
"org.typelevel" %% "paiges-core" % "0.4.3",
"org.scalameta" %% "munit" % "1.0.0-RC1" % Test,
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test
)
)
Expand Down

0 comments on commit aff4888

Please sign in to comment.