Skip to content

Commit

Permalink
Update cats-effect to 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent a21bfed commit 14c45ea
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.5.11"

val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
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 14c45ea

Please sign in to comment.