diff --git a/build.sbt b/build.sbt index 7805066..bedeeb7 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / scalaVersion := Scala213 ThisBuild / testFrameworks += new TestFramework("munit.Framework") -val catsV = "2.7.0" +val catsV = "2.12.0" val catsEffectV = "3.3.11" val fs2V = "3.2.7" val http4sV = "0.23.11"