From 3ef22fb6af462232fe79e26cca14bf644bc09599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pawlik?= Date: Fri, 8 Jul 2022 08:37:14 +0200 Subject: [PATCH] Update cats-effect to 3.3.13 (#54) * Update cats-effect to 3.3.13 * Update cats-effect to 3.3.13 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 19898627..624ac01c 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val core = module("core") libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, "co.fs2" %% "fs2-core" % "3.2.9", - "org.typelevel" %% "cats-effect" % "3.3.12" + "org.typelevel" %% "cats-effect" % "3.3.13" ) )