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 3fc22fb commit 439079e
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 @@ -87,7 +87,7 @@ val shapelessV = "2.3.3"
val http4sV = "0.23.0-RC1"
val catsScalacheckV = "0.3.1"
val munitV = "0.7.29"
val munitCatsEffectV = "1.0.7"
val munitCatsEffectV = "2.0.0"
val scalacheckEffectV = "1.0.4"

lazy val core = project
Expand Down Expand Up @@ -218,7 +218,7 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "cats-effect" % catsEffectV,
"org.scalameta" %% "munit" % munitV % Test,
"org.scalameta" %% "munit-scalacheck" % munitV % Test,
"org.typelevel" %% "munit-cats-effect-3" % munitCatsEffectV % Test,
"org.typelevel" %% "munit-cats-effect" % munitCatsEffectV % Test,
"org.typelevel" %% "scalacheck-effect-munit" % scalacheckEffectV % Test,
"io.chrisdavenport" %% "cats-scalacheck" % catsScalacheckV % Test
)
Expand Down

0 comments on commit 439079e

Please sign in to comment.