From e6df1670563f83707f6724897a8499f5312c8e86 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 May 2022 01:09:01 +0200 Subject: [PATCH] Update cats-effect to 2.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 086001ea..c54bfe1c 100644 --- a/build.sbt +++ b/build.sbt @@ -82,7 +82,7 @@ lazy val proxCore = Project("prox-core", file("prox-core")).settings(commonSetti lazy val proxFS2 = Project("prox-fs2", file("prox-fs2")).settings(commonSettings(8)).settings( libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "2.5.4", + "org.typelevel" %% "cats-effect" % "2.5.5", "co.fs2" %% "fs2-core" % "2.5.11", "co.fs2" %% "fs2-io" % "2.5.11",