Skip to content

Commit

Permalink
Update logback-classic to 1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 4, 2023
1 parent 1d70fb8 commit 15291ab
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.13" % Test,
"ch.qos.logback" % "logback-classic" % "1.3.14" % Test,
"org.gnieh" %% "fs2-data-json" % fs2DataVersion,
"org.gnieh" %% "fs2-data-json-circe" % fs2DataVersion
),
Expand Down

0 comments on commit 15291ab

Please sign in to comment.