Skip to content

Commit

Permalink
Merge pull request #1421 from eikek/update/munit-cats-effect-3-2.0.0
Browse files Browse the repository at this point in the history
Update munit-cats-effect-3 to 2.0.0
  • Loading branch information
mergify[bot] committed May 24, 2024
2 parents 11803f3 + 076296e commit a3bd9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
val KindProjectorVersion = "0.10.3"
val MariaDbVersion = "3.3.3"
val MUnitVersion = "0.7.29"
val MUnitCatsEffectVersion = "1.0.7"
val MUnitCatsEffectVersion = "2.0.0"
val PostgresVersion = "42.7.3"
val PureConfigVersion = "0.17.6"
val ScribeVersion = "3.13.5"
Expand Down Expand Up @@ -125,7 +125,7 @@ object Dependencies {
val munit = Seq(
"org.scalameta" %% "munit" % MUnitVersion,
"org.scalameta" %% "munit-scalacheck" % MUnitVersion,
"org.typelevel" %% "munit-cats-effect-3" % MUnitCatsEffectVersion
"org.typelevel" %% "munit-cats-effect" % MUnitCatsEffectVersion
)

val kindProjectorPlugin = "org.typelevel" %% "kind-projector" % KindProjectorVersion
Expand Down

0 comments on commit a3bd9ec

Please sign in to comment.