Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update logback-classic to 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 12, 2024
1 parent 3767ef3 commit 461e278
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 @@ -61,7 +61,7 @@ lazy val root = (project in file("."))
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
"com.typesafe.akka" %% "akka-slf4j" % "2.6.20",
"com.typesafe.akka" %% "akka-testkit" % "2.6.20" % "it,test",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"ch.qos.logback" % "logback-classic" % "1.5.10",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
"org.slf4j" % "jul-to-slf4j" % "2.0.13",
"com.typesafe.slick" %% "slick" % "3.5.1",
Expand Down

0 comments on commit 461e278

Please sign in to comment.