From a36bc2a16ebbec8e5c58f8f2af989197db896cc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:44:45 +0000 Subject: [PATCH] Update akka to v2.8.8 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 2e6f597..81448ee 100644 --- a/build.sbt +++ b/build.sbt @@ -7,9 +7,9 @@ scalaVersion := "2.13.15" scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature") libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-actor" % "2.8.7", - "com.typesafe.akka" %% "akka-stream" % "2.8.7", - "com.typesafe.akka" %% "akka-actor-typed" % "2.8.7", + "com.typesafe.akka" %% "akka-actor" % "2.8.8", + "com.typesafe.akka" %% "akka-stream" % "2.8.8", + "com.typesafe.akka" %% "akka-actor-typed" % "2.8.8", "com.typesafe.akka" %% "akka-http" % "10.5.3", "de.heikoseeberger" %% "akka-http-play-json" % "1.39.2", "org.apache.pdfbox" % "pdfbox" % "3.0.3", @@ -22,7 +22,7 @@ libraryDependencies ++= Seq( "org.specs2" %% "specs2-core" % "4.20.9" % "test", "com.google.zxing" % "core" % "3.5.3" % "test", "com.google.zxing" % "javase" % "3.5.3" % "test", - "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.8.7" % Test, + "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.8.8" % Test, "biz.enef" %% "slogging" % "0.6.2" )