diff --git a/build.sbt b/build.sbt index abb72b041..38aa679b2 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val root = (project in file(".")) "-release:11" ), libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.4.10", + "org.typelevel" %% "cats-effect" % "3.4.11", "org.scalatest" %% "scalatest" % scalatestVersion % "test,it", "org.scalactic" %% "scalactic" % scalatestVersion % "test,it", "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test,it",