From 00c96363a905f0a0ffe1e5ca6bef2f5d6bc432c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Mon, 3 Mar 2025 13:11:45 +0100 Subject: [PATCH] bump: Logback to working version --- src/main/g8/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index bbac3a8..39da8ea 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -22,7 +22,7 @@ lazy val root = (project in file(".")). "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion, "com.typesafe.akka" %% "akka-stream" % akkaVersion, "com.typesafe.akka" %% "akka-pki" % akkaVersion, - "ch.qos.logback" % "logback-classic" % "1.2.11", + "ch.qos.logback" % "logback-classic" % "1.5.17", "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test, "com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,