diff --git a/build.sbt b/build.sbt index 5629c5bc..b090c06c 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ Global / (Test / testOptions) += Tests.Argument("--quickstart") val Version = new { object CE3 { val fs2 = "3.2.10" - val cats = "3.3.13" + val cats = "3.3.14" val zioInterop = "3.2.9.1" }