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,