Skip to content

Commit

Permalink
chore(deps): update dependency com.typesafe.akka:akka-actor to v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2024
1 parent 0f6e33a commit bf4ed90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sangria/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6",
"com.typesafe.akka" %% "akka-actor" % "2.8.7",
"com.typesafe.akka" %% "akka-stream" % "2.8.6",
"com.typesafe.akka" %% "akka-http" % "10.5.3",
"com.typesafe.akka" %% "akka-http-core" % "10.5.3",
Expand Down

0 comments on commit bf4ed90

Please sign in to comment.