From a8515f8739105b1a2cbc9a1772590a628712777d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:12:34 +0000 Subject: [PATCH] chore(deps): update akka to v2.8.6 --- build.sbt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index d005a21..8c37dec 100644 --- a/build.sbt +++ b/build.sbt @@ -7,13 +7,13 @@ import sbtassembly.AssemblyPlugin.defaultShellScript import scalariform.formatter.preferences._ lazy val akka = - Seq(libraryDependencies ++= Seq("com.typesafe.akka" %% "akka-actor" % "2.8.5", - "com.typesafe.akka" %% "akka-actor-typed" % "2.8.5", - "com.typesafe.akka" %% "akka-slf4j" % "2.8.5", - "com.typesafe.akka" %% "akka-stream" % "2.8.5", - "com.typesafe.akka" %% "akka-stream-typed" % "2.8.5", + Seq(libraryDependencies ++= Seq("com.typesafe.akka" %% "akka-actor" % "2.8.6", + "com.typesafe.akka" %% "akka-actor-typed" % "2.8.6", + "com.typesafe.akka" %% "akka-slf4j" % "2.8.6", + "com.typesafe.akka" %% "akka-stream" % "2.8.6", + "com.typesafe.akka" %% "akka-stream-typed" % "2.8.6", "com.typesafe.akka" %% "akka-http-core" % "10.5.3", - "com.typesafe.akka" %% "akka-stream-testkit" % "2.8.5" % "test", + "com.typesafe.akka" %% "akka-stream-testkit" % "2.8.6" % "test", "com.iheart" %% "ficus" % "1.5.2", "ch.qos.logback" % "logback-classic" % "1.5.6"))