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

Commit 50f8158

Browse files
Update logback-classic to 1.2.5 (#207)
Co-authored-by: scala-steward <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fe56ee3 commit 50f8158

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.4",
59-
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test
59+
"ch.qos.logback" % "logback-classic" % "1.2.5" % Test
6060
)
6161

6262
lazy val scalaDependencies = Seq(

0 commit comments

Comments
 (0)