From e2bf6dcaa07af4e7005d25414aac518506cc4dfc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Apr 2023 19:11:59 +0000 Subject: [PATCH] Update cats-effect to 3.4.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 436759d..1463704 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.9", "io.netty" % "netty-codec" % nettyVersion, "io.netty" % "netty-codec-http" % nettyVersion, "io.netty" % "netty-common" % nettyVersion,