From ae4209a561b3a68a8028d2946a630d72f2676547 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:34:14 +0000 Subject: [PATCH] chore(deps): update dependency com.typesafe.akka:akka-actor to v2.8.8 --- sangria/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sangria/build.sbt b/sangria/build.sbt index 3c22ef21..4ff1dcb6 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -9,7 +9,7 @@ assembly / mainClass := Some("Server") libraryDependencies ++= Seq( "org.sangria-graphql" %% "sangria" % "4.0.0", "org.sangria-graphql" %% "sangria-akka-http-circe" % "0.0.4", - "com.typesafe.akka" %% "akka-actor" % "2.8.7", + "com.typesafe.akka" %% "akka-actor" % "2.8.8", "com.typesafe.akka" %% "akka-stream" % "2.8.7", "com.typesafe.akka" %% "akka-http" % "10.5.3", "com.typesafe.akka" %% "akka-http-core" % "10.5.3",