From 3734ef4f517a29d17050f0049277c6d180b73395 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 5 Dec 2023 00:25:27 +0000 Subject: [PATCH] Update cats-effect to 2.5.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 915329cac2..c0edb55929 100644 --- a/build.sbt +++ b/build.sbt @@ -130,7 +130,7 @@ val playJsonVersion = "3.0.0" val catsEffect_3_version = "3.5.2" val fs2_3_version = "3.9.3" -val catsEffect_2_version = "2.5.4" +val catsEffect_2_version = "2.5.5" val fs2_2_version = "2.5.9" @@ -905,7 +905,7 @@ lazy val play29Json = (projectMatrix in file("json/play29-json")) .jsPlatform(scalaVersions = scala2, settings = commonJsSettings) .dependsOn(core, jsonCommon) - lazy val playJson = (projectMatrix in file("json/play-json")) +lazy val playJson = (projectMatrix in file("json/play-json")) .settings( name := "play-json", libraryDependencies ++= Seq(