We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd91a9e commit dd12323Copy full SHA for dd12323
build.sbt
@@ -43,7 +43,7 @@ lazy val `lila-ws` = project
43
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
44
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
45
"com.github.blemale" %% "scaffeine" % "5.3.0" % "compile",
46
- "ch.qos.logback" % "logback-classic" % "1.5.15",
+ "ch.qos.logback" % "logback-classic" % "1.5.16",
47
"org.playframework" %% "play-json" % "3.0.4",
48
"io.kamon" %% "kamon-core" % kamonVersion,
49
"io.kamon" %% "kamon-influxdb" % kamonVersion,
0 commit comments