Skip to content

Commit

Permalink
Merge pull request #557 from http4s/update/series/0.5/cats-effect-3.5.2
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.2 in series/0.5
  • Loading branch information
hamnis authored Oct 10, 2023
2 parents df3744f + 7728453 commit bcd482d
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 @@ -52,7 +52,7 @@ lazy val core = project
"io.netty" % "netty-codec-http" % netty,
"io.netty" % "netty-handler" % netty,
"org.http4s" %% "http4s-core" % http4sVersion,
"org.typelevel" %% "cats-effect" % "3.5.1"
"org.typelevel" %% "cats-effect" % "3.5.2"
)
)

Expand Down

0 comments on commit bcd482d

Please sign in to comment.