Skip to content

Commit

Permalink
Update logback-classic to 1.5.17 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 85db7db commit ba0e5ce
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 @@ -10,7 +10,7 @@ libraryDependencies ++= List(
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.http4s" %% "http4s-blaze-server" % "0.23.17" % Test,
"org.http4s" %% "http4s-dsl" % "0.23.30" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test
"ch.qos.logback" % "logback-classic" % "1.5.17" % Test
)

lazy val root = (project in file("."))
Expand Down

0 comments on commit ba0e5ce

Please sign in to comment.