diff --git a/build.sbt b/build.sbt index fe75f80..b0114f3 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform) "org.typelevel" %%% "log4cats-core" % log4catsVersion, "org.typelevel" %%% "keypool" % "0.4.10", "org.typelevel" %%% "case-insensitive" % "1.4.2", - "org.typelevel" %%% "cats-effect" % "3.5.5", + "org.typelevel" %%% "cats-effect" % "3.5.7", "org.typelevel" %%% "cats-mtl" % "1.5.0", "org.tpolecat" %%% "natchez-core" % "0.3.7", "org.tpolecat" %%% "natchez-mtl" % "0.3.7",