Skip to content

Commit

Permalink
chore(deps): bump munit-cats-effect-3 from 1.0.7 to 2.0.0 (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <scala-steward@users.noreply.github.com>
  • Loading branch information
rodobarcaaa and scala-steward committed May 26, 2024
1 parent d063a9e commit 2f9d87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ val dependencies = {
"com.softwaremill.macwire" %% "macros" % macwireVersion % Provided,
// munit
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"com.alejandrohdezma" %% "http4s-munit" % "0.15.1" % Test
)
}
Expand Down

0 comments on commit 2f9d87b

Please sign in to comment.