We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6681d8 commit 312a831Copy full SHA for 312a831
build.sbt
@@ -73,7 +73,7 @@ val commonSettings = Seq(
73
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.0.6",
74
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.1.0",
75
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.2.0",
76
- "org.typelevel" %% "log4cats-core" % "2.4.0",
+ "org.typelevel" %% "log4cats-core" % "2.7.0",
77
"org.typelevel" %% "log4cats-slf4j" % "2.4.0",
78
"org.slf4j" % "slf4j-api" % "2.0.1",
79
"org.slf4j" % "slf4j-simple" % "2.0.1",
0 commit comments