diff --git a/build.sbt b/build.sbt index 2624ba7d2..7a352f4c1 100644 --- a/build.sbt +++ b/build.sbt @@ -85,7 +85,7 @@ lazy val benchmarks = libraryDependencies ++= List( "dev.profunktor" %% "redis4cats-effects" % "1.4.1", "dev.zio" %% "zio-schema-protobuf" % zioSchemaVersion, - "org.typelevel" %% "cats-effect" % "3.4.11" + "org.typelevel" %% "cats-effect" % "3.5.0" ) )