Skip to content

Commit

Permalink
Merge pull request #470 from scala-steward/update/logback-classic-1.4.9
Browse files Browse the repository at this point in the history
Update logback-classic to 1.4.9
  • Loading branch information
lenguyenthanh authored Aug 8, 2023
2 parents 246ddb5 + cd8342d commit 5df02b0
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 @@ -35,7 +35,7 @@ libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion
// libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
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.8"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.9"
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.10.0-RC9"
libraryDependencies += "io.kamon" %% "kamon-core" % kamonVersion
libraryDependencies += "io.kamon" %% "kamon-influxdb" % kamonVersion
Expand Down

0 comments on commit 5df02b0

Please sign in to comment.