From a9ef7d788b029065d9502668e2692f95c8c1fb56 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Sep 2021 01:03:23 +0200 Subject: [PATCH] Update cats-effect to 3.2.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2191c957..2b758d02 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.8", "org.specs2" %% "specs2-core" % specs2 % "test,it", "org.specs2" %% "specs2-mock" % specs2 % "test", "org.specs2" %% "specs2-scalacheck" % specs2 % "test"