Skip to content

Commit

Permalink
Update logback-classic to 1.5.3 (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 5, 2024
1 parent 2637d2a commit 9a28993
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 @@ -28,7 +28,7 @@ lazy val root = (project in file("."))
"org.scalatest" %% "scalatest" % scalatestVersion % "test,it",
"org.scalactic" %% "scalactic" % scalatestVersion % "test,it",
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test,it",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"ch.qos.logback" % "logback-classic" % "1.5.3",
"io.circe" %% "circe-yaml" % circeYamlVersion,
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
Expand Down

0 comments on commit 9a28993

Please sign in to comment.