Skip to content

Commit

Permalink
Update logback-classic to 1.4.6 (#2714)
Browse files Browse the repository at this point in the history
Co-authored-by: Juliano Alves <von.juliano@gmail.com>
Co-authored-by: Jules Ivanic <guizmaii@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 5, 2023
1 parent 310b9fc commit bdfc210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -806,7 +806,7 @@ val scala_v_30 = "3.2.2"

lazy val loggingSettings = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.12" % Test
"ch.qos.logback" % "logback-classic" % "1.3.7" % Test
)
)

Expand Down

0 comments on commit bdfc210

Please sign in to comment.