From 0dde343b2b7eda2e01356d788d63d9edb15d850c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:00:41 +0200 Subject: [PATCH] Scala-Steward: Update logback-classic from 1.2.11 to 1.2.12 (#339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Lipski --- examples/akka-cluster-app/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/akka-cluster-app/build.sbt b/examples/akka-cluster-app/build.sbt index 6b4e5c07..5554ab2c 100644 --- a/examples/akka-cluster-app/build.sbt +++ b/examples/akka-cluster-app/build.sbt @@ -8,7 +8,7 @@ scalaVersion := "2.13.11" val circeVersion = "0.14.5" val akkaVersion = "2.6.20" -val logbackVersion = "1.2.11" +val logbackVersion = "1.2.12" lazy val `akka-cluster-app` = project .in(file("."))