From cd5f5a168657a29bb2d20440dcf5b0b7604ae5da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 07:13:49 +0200 Subject: [PATCH] Update cats-effect to 3.3.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a5b21cf9b..934723cb2 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ val configDependencies = Seq( ) val baseDependencies = Seq( - "org.typelevel" %% "cats-effect" % "3.3.11", + "org.typelevel" %% "cats-effect" % "3.3.12", "com.softwaremill.common" %% "tagging" % "2.3.3", "com.softwaremill.quicklens" %% "quicklens" % "1.8.8" )