From 5441af852bd4ef2206c3ac7b301cceff61de017a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Mar 2022 22:03:41 +0100 Subject: [PATCH] Update cats-effect to 3.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18d0a5c08..f163e23b6 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ val configDependencies = Seq( ) val baseDependencies = Seq( - "org.typelevel" %% "cats-effect" % "3.3.7", + "org.typelevel" %% "cats-effect" % "3.3.8", "com.softwaremill.common" %% "tagging" % "2.3.2", "com.softwaremill.quicklens" %% "quicklens" % "1.8.4" )