diff --git a/build.sbt b/build.sbt index 2191c957..1b17f412 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ lazy val root = project "com.github.julien-truffaut" %% "monocle-core" % "2.0.5" % "test", "com.github.julien-truffaut" %% "monocle-macro" % "2.0.5" % "test", "com.squareup.okhttp3" % "mockwebserver" % okhttp % "test", - "org.typelevel" %% "cats-effect" % "3.2.2", + "org.typelevel" %% "cats-effect" % "3.2.9", "org.specs2" %% "specs2-core" % specs2 % "test,it", "org.specs2" %% "specs2-mock" % specs2 % "test", "org.specs2" %% "specs2-scalacheck" % specs2 % "test"