From 6d255ab51ab2f0f85d25343c59f6c64724b9ce9e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 7 Feb 2026 00:31:17 +0000 Subject: [PATCH] Update logback-classic to 1.5.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 531c4b7..6c2525d 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val examples = (project in file("examples")) libraryDependencies ++= Seq( "com.softwaremill.sttp.client4" %% "core" % "4.0.15", "com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % tapirV, - "ch.qos.logback" % "logback-classic" % "1.5.27" + "ch.qos.logback" % "logback-classic" % "1.5.28" ), verifyExamplesCompileUsingScalaCli := VerifyExamplesCompileUsingScalaCli(sLog.value, sourceDirectory.value) )