Skip to content

Commit

Permalink
Update munit-cats-effect-3 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] authored and rossabaker committed Jun 5, 2024
1 parent 1620b38 commit 2ad6910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val root = project
val jettyVersion = "10.0.15"
val http4sVersion = "0.23.27"
val http4sServletVersion = "0.24.0-RC1"
val munitCatsEffectVersion = "1.0.7"
val munitCatsEffectVersion = "2.0.0"
val slf4jVersion = "1.7.25"

lazy val jettyServer = project
Expand All @@ -47,7 +47,7 @@ lazy val jettyServer = project
"org.eclipse.jetty.http2" % "http2-server" % jettyVersion,
"org.http4s" %% "http4s-dsl" % http4sVersion % Test,
"org.http4s" %% "http4s-servlet" % http4sServletVersion,
"org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectVersion % Test,
"org.typelevel" %% "munit-cats-effect" % munitCatsEffectVersion % Test,
),
jettyApiMappings,
)
Expand Down

0 comments on commit 2ad6910

Please sign in to comment.