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
eikek-scala-steward committed May 24, 2024
1 parent d0681a1 commit 305ad28
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 @@ -34,7 +34,7 @@ object Dependencies {
val LogbackVersion = "1.2.10"
val MariaDbVersion = "3.3.3"
val MUnitVersion = "0.7.29"
val MUnitCatsEffectVersion = "1.0.7"
val MUnitCatsEffectVersion = "2.0.0"
val PdfboxVersion = "3.0.2"
val PdfjsViewerVersion = "2.12.313"
val PoiVersion = "4.1.2"
Expand Down Expand Up @@ -326,7 +326,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 305ad28

Please sign in to comment.