From c209fcebc37a26393ff3f319f192c6c5c8b6f34b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 May 2023 05:49:02 +0000 Subject: [PATCH] Update cats-effect to 3.4.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 436759d..61fb9ce 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ val nettyVersion = ThisBuild / libraryDependencies ++= Seq( "org.asynchttpclient" % "async-http-client" % "2.12.3", - "org.typelevel" %% "cats-effect" % "3.4.8", + "org.typelevel" %% "cats-effect" % "3.4.11", "io.netty" % "netty-codec" % nettyVersion, "io.netty" % "netty-codec-http" % nettyVersion, "io.netty" % "netty-common" % nettyVersion,