From 93a2cc546c254ac827bd5f53a46255e81ea73572 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Sep 2021 07:07:13 +0200 Subject: [PATCH] Update cats-effect to 2.5.4 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 7b0e0391d0..f52996a759 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -23,7 +23,7 @@ object Settings { val scalaJSReactSortable = "0.4.2" // Scala libraries - val catsEffectVersion = "2.5.3" + val catsEffectVersion = "2.5.4" val catsVersion = "2.6.1" val mouseVersion = "1.0.4" val fs2Version = "2.5.9"