Skip to content

Commit

Permalink
Update munit to 1.0.1 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Aug 12, 2024
1 parent d4345fc commit 1e79ca2
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 @@ -24,7 +24,7 @@ object Dependencies {
lazy val shapeless = "com.chuusai" %% "shapeless" % "2.3.9"
lazy val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
lazy val swaggerUi = "org.webjars" % "swagger-ui" % "3.52.5"
lazy val munit = "org.scalameta" %% "munit" % "0.7.29" % "test"
lazy val munit = "org.scalameta" %% "munit" % "1.0.1" % "test"
lazy val munitCatsEffect = "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test"
lazy val scalacheckMunit = "org.scalameta" %% "munit-scalacheck" % munit.revision % "test"

Expand Down

0 comments on commit 1e79ca2

Please sign in to comment.