From e11202eeac9204c5d38582ae522978d9e5d491af Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 09:02:12 +0000 Subject: [PATCH] Update cats-effect to 3.4.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 51d9f2c..efdd236 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ ThisBuild / githubWorkflowBuildPreamble += cond = Some("matrix.project == 'rootNodeJS'") ) -val ceVersion = "3.4.0" +val ceVersion = "3.4.4" val fs2Version = "3.4.0" val circeVersion = "0.14.3" val sjsDomVersion = "2.3.0"