From 5a05ae213e90fbce3571fcc14b9e125ebfbbe60c Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:16:19 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- project/BouncyCastlePlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/BouncyCastlePlugin.scala b/project/BouncyCastlePlugin.scala index a49ffc4..4bd07d5 100644 --- a/project/BouncyCastlePlugin.scala +++ b/project/BouncyCastlePlugin.scala @@ -74,7 +74,7 @@ object BouncyCastlePlugin extends AutoPlugin { libraryDependencies ++= { Seq( "org.typelevel" %% "cats-core" % "2.12.0", - "org.typelevel" %% "cats-effect" % "3.5.3", + "org.typelevel" %% "cats-effect" % "3.5.4", "co.fs2" %% "fs2-core" % "3.10.2", "co.fs2" %% "fs2-io" % "3.10.2", "com.chuusai" %% "shapeless" % "2.3.12",