Skip to content

Commit

Permalink
Merge pull request #486 from http4s/update/series/0.5/cats-effect-3.5.1
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.1 in series/0.5
  • Loading branch information
hamnis committed Jun 28, 2023
2 parents dc0487f + cb6b89f commit bba9f78
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 @@ -51,7 +51,7 @@ lazy val core = project
.exclude("io.netty", "netty-handler"),
"io.netty" % "netty-codec-http" % netty,
"org.http4s" %% "http4s-core" % http4sVersion,
"org.typelevel" %% "cats-effect" % "3.5.0"
"org.typelevel" %% "cats-effect" % "3.5.1"
)
)

Expand Down

0 comments on commit bba9f78

Please sign in to comment.