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