Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma-steward[bot] committed May 15, 2024
1 parent 1a1ac44 commit b8ccf59
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 @@ -19,7 +19,7 @@ lazy val `http4s-munit` = module
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.27")
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27")
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.27" % Optional)
.settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0-M5")
.settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0-RC1")
.settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7")
.settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.27" % Test)
Expand Down

0 comments on commit b8ccf59

Please # to comment.