diff --git a/build.sbt b/build.sbt index e3de4af..f072926 100644 --- a/build.sbt +++ b/build.sbt @@ -133,7 +133,7 @@ val app = crossProject(JVMPlatform, NativePlatform) "org.http4s" %%% "http4s-ember-client" % "0.23.23", "org.http4s" %%% "http4s-circe" % "0.23.23", "io.circe" %%% "circe-parser" % "0.14.6", - "org.typelevel" %%% "log4cats-noop" % "2.6.0", + "org.typelevel" %%% "log4cats-noop" % "2.7.0", "org.polyvariant" %%% "colorize" % "0.3.2" // waiting // "dev.optics" %%% "monocle-core" % "3.1.0"