Skip to content

Commit

Permalink
Update logback-classic to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 587c1b0 commit 24817f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % pekkoVersio
// libraryDependencies += "org.apache.pekko" % "pekko-slf4j_3" % pekkoVersion
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
libraryDependencies += "com.github.blemale" %% "scaffeine" % "5.2.1" % "compile"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.14"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.0"
libraryDependencies += "org.playframework" %% "play-json" % "3.0.2"
libraryDependencies += "io.kamon" %% "kamon-core" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-influxdb" % kamonVersion
Expand Down

0 comments on commit 24817f8

Please sign in to comment.