Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit f1258e6

Browse files
scala-steward-for-moia[bot]scala-stewardhoucros
authored
Update logback-classic to 1.4.5 (#330)
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Co-authored-by: Ignacio Lucero <ignacio.lucero@moia.io>
1 parent 3aeb65b commit f1258e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lazy val testDependencies = Seq(
5656

5757
lazy val loggingDependencies = Seq(
5858
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
59-
"ch.qos.logback" % "logback-classic" % "1.4.4" % Test
59+
"ch.qos.logback" % "logback-classic" % "1.4.5" % Test
6060
)
6161

6262
lazy val scalaDependencies = Seq(

0 commit comments

Comments
 (0)