From 17c588c3c0d62f7d674c7d480f8a0148fc323df1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:34:07 +0000 Subject: [PATCH] Update akka to v2.8.6 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index ad886f3..6ab842d 100644 --- a/build.sbt +++ b/build.sbt @@ -11,9 +11,9 @@ lazy val octopushAkka = project scalaVersion := "3.4.1", scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"), libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-actor" % "2.8.5", - "com.typesafe.akka" %% "akka-stream" % "2.8.5", - "com.typesafe.akka" %% "akka-stream-testkit" % "2.8.5" % "test", + "com.typesafe.akka" %% "akka-actor" % "2.8.6", + "com.typesafe.akka" %% "akka-stream" % "2.8.6", + "com.typesafe.akka" %% "akka-stream-testkit" % "2.8.6" % "test", "com.typesafe.akka" %% "akka-http-core" % "10.5.3", "com.typesafe.akka" %% "akka-http-xml" % "10.5.3", "com.iheart" %% "ficus" % "1.5.2",