Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
chore(deps): update akka to v2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent b52aa6f commit a8515f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit a8515f8

Please sign in to comment.