diff --git a/build.sbt b/build.sbt index 09879b1..a74ab6e 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / scalaVersion := Scala3 ThisBuild / testFrameworks += new TestFramework("munit.Framework") val catsV = "2.9.0" -val catsEffectV = "3.5.0" +val catsEffectV = "3.5.1" val fs2V = "3.7.0" val http4sV = "0.23.18" val log4catsV = "2.6.0"