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
http4s-steward[bot] committed May 23, 2024
1 parent ff4cec1 commit 7ba3c52
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 @@ -27,12 +27,12 @@ val versions = new {
val logback = "1.2.13"
val micrometer = "1.9.2"
val munit = "0.7.29"
val catsEffectMunit = "1.0.7"
val catsEffectMunit = "2.0.0"
}

val munit = Seq(
"org.scalameta" %% "munit" % versions.munit % Test,
"org.typelevel" %% "munit-cats-effect-3" % versions.catsEffectMunit % Test
"org.typelevel" %% "munit-cats-effect" % versions.catsEffectMunit % Test
)

lazy val root = project
Expand Down

0 comments on commit 7ba3c52

Please sign in to comment.