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] authored and rossabaker committed May 29, 2024
1 parent fb9900c commit 8b5382e
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 @@ -12,7 +12,7 @@ lazy val root = project.in(file(".")).aggregate(prometheusMetrics).enablePlugins
val http4sVersion = "0.23.25"
val prometheusVersion = "0.16.0"
val munitVersion = "1.0.0"
val munitCatsEffectVersion = "1.0.7"
val munitCatsEffectVersion = "2.0.0"

lazy val prometheusMetrics = project
.in(file("prometheus-metrics"))
Expand All @@ -26,7 +26,7 @@ lazy val prometheusMetrics = project
"io.prometheus" % "simpleclient_common" % prometheusVersion,
"io.prometheus" % "simpleclient_hotspot" % prometheusVersion,
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectVersion % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCatsEffectVersion % Test,
"org.http4s" %%% "http4s-server" % http4sVersion % Test,
"org.http4s" %%% "http4s-client" % http4sVersion % Test,
"org.http4s" %%% "http4s-dsl" % http4sVersion % Test,
Expand Down

0 comments on commit 8b5382e

Please sign in to comment.