Skip to content

Commit

Permalink
Update munit-cats-effect-3 to 2.0.0 in series/0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Jun 6, 2024
1 parent d02d6f1 commit 6450efe
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 @@ -23,7 +23,7 @@ lazy val root = tlCrossRootProject.aggregate(servlet, examples)
val asyncHttpClientVersion = "2.12.3"
val jettyVersion = "10.0.15"
val http4sVersion = "0.23.27"
val munitCatsEffectVersion = "1.0.7"
val munitCatsEffectVersion = "2.0.0"
val servletApiVersion = "4.0.1"

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

Expand Down

0 comments on commit 6450efe

Please sign in to comment.