Skip to content

Commit 0373c63

Browse files
committed
Upgrade logback-classic from 1.4.14 to 1.5.3
1 parent 22d6a3c commit 0373c63

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
@@ -175,7 +175,7 @@ lazy val macros = (project in file("./macros"))
175175
(publish / skip) := false,
176176
macroSettings ++ Release.settings,
177177
libraryDependencies ++= Seq(
178-
"ch.qos.logback" % "logback-classic" % "1.4.14",
178+
"ch.qos.logback" % "logback-classic" % "1.5.3",
179179
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
180180
)
181181
)

0 commit comments

Comments
 (0)