Skip to content

Commit

Permalink
Update cats-effect to 3.2.3 (travisbrown#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 18, 2021
1 parent 1d82d5a commit 5cd1833
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 @@ -56,7 +56,7 @@ val testDependencies = Seq(

val http4sDependencies = Seq(
"org.typelevel" %% "cats-core" % catsVersion,
"org.typelevel" %% "cats-effect" % "3.2.2",
"org.typelevel" %% "cats-effect" % "3.2.3",
"org.http4s" %% "http4s-client" % http4sVersion
)

Expand Down

0 comments on commit 5cd1833

Please sign in to comment.