Skip to content

Commit

Permalink
Merge pull request #294 from nationalarchives/update/scala-steward-de…
Browse files Browse the repository at this point in the history
…pendencies/logback-classic-1.5.9

Update logback-classic to 1.5.9 in scala-steward-dependencies
  • Loading branch information
mergify[bot] authored Oct 10, 2024
2 parents 9abb627 + dd234b0 commit 7afb4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Dependencies {
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.8"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.9"
lazy val logstash = "net.logstash.logback" % "logstash-logback-encoder" % "8.0"
lazy val typesafe = "com.typesafe" % "config" % "1.4.3"
lazy val testContainer = "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainersVersion
Expand Down

0 comments on commit 7afb4a7

Please sign in to comment.