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
davenverse-steward[bot] committed May 23, 2024
1 parent b66bd56 commit b168629
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 @@ -25,7 +25,7 @@ val fs2V = "3.2.7"
val http4sV = "0.23.11"
val doobieV = "1.0.0-RC2"
val publicSuffixV = "0.0.1"
val munitCatsEffectV = "1.0.7"
val munitCatsEffectV = "2.0.0"


// Projects
Expand All @@ -49,7 +49,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
"org.http4s" %%% "http4s-client" % http4sV,
"io.chrisdavenport" %%% "publicsuffix" % publicSuffixV,
"io.chrisdavenport" %%% "publicsuffix-retrieval-client" % publicSuffixV % Test,
"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectV % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCatsEffectV % Test,
)
)
.jsSettings(
Expand Down

0 comments on commit b168629

Please sign in to comment.