Skip to content

Commit

Permalink
Update logback-classic to 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 29, 2023
1 parent 61b31f1 commit 1d70fb8
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 @@ -23,7 +23,7 @@ lazy val root = (project in file("."))
"io.circe" %% "circe-generic" % "0.14.6",
// coursier only seems to include compile dependencies when
// building a standalone executable (see coursier/coursier#552)
"ch.qos.logback" % "logback-classic" % "1.3.11" % Test,
"ch.qos.logback" % "logback-classic" % "1.3.13" % Test,
"org.gnieh" %% "fs2-data-json" % fs2DataVersion,
"org.gnieh" %% "fs2-data-json-circe" % fs2DataVersion
),
Expand Down

0 comments on commit 1d70fb8

Please sign in to comment.