diff --git a/build.sbt b/build.sbt index d9ebe59d..f4358f8e 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.1.6" - val cats = "3.3.11" + val cats = "3.3.12" val zioInterop = "3.2.9.1" }