Skip to content

Commit

Permalink
Merge pull request #238 from scala-steward/update/cats-effect-3.4.11
Browse files Browse the repository at this point in the history
Update cats-effect to 3.4.11
  • Loading branch information
yanns authored Jun 1, 2023
2 parents 23e20dc + 87680eb commit 8b82439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.7"

val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.10"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.11"
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % V.http4s
val http4sCirce = "org.http4s" %% "http4s-circe" % V.http4s
val http4sDsl = "org.http4s" %% "http4s-dsl" % V.http4s
Expand Down

0 comments on commit 8b82439

Please sign in to comment.