From 2cecfc16e93610bfd9e556f799fc3d8cf293bd83 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 26 Feb 2023 22:34:02 +0000 Subject: [PATCH] Update cats-effect to 3.4.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 251f23b..f59eb0c 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.2") ThisBuild / scalaVersion := Scala213 // the default Scala val catsV = "2.9.0" -val catsEffectV = "3.4.7" +val catsEffectV = "3.4.8" val fs2V = "3.6.1" val luceneV = "9.5.0" val munitV = "1.0.0-M6"