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

Commit 3f884a5

Browse files
Merge pull request #182 from 100km/renovate/akka
Update akka
2 parents c7f88b2 + d328ae2 commit 3f884a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import sbtassembly.AssemblyPlugin.defaultShellScript
77
import scalariform.formatter.preferences._
88

99
lazy val akka =
10-
Seq(libraryDependencies ++= Seq("com.typesafe.akka" %% "akka-actor" % "2.6.20",
11-
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.20",
12-
"com.typesafe.akka" %% "akka-slf4j" % "2.6.20",
13-
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
14-
"com.typesafe.akka" %% "akka-stream-typed" % "2.6.20",
15-
"com.typesafe.akka" %% "akka-http-core" % "10.2.10",
16-
"com.typesafe.akka" %% "akka-stream-testkit" % "2.6.20" % "test",
10+
Seq(libraryDependencies ++= Seq("com.typesafe.akka" %% "akka-actor" % "2.8.4",
11+
"com.typesafe.akka" %% "akka-actor-typed" % "2.8.4",
12+
"com.typesafe.akka" %% "akka-slf4j" % "2.8.4",
13+
"com.typesafe.akka" %% "akka-stream" % "2.8.4",
14+
"com.typesafe.akka" %% "akka-stream-typed" % "2.8.4",
15+
"com.typesafe.akka" %% "akka-http-core" % "10.5.2",
16+
"com.typesafe.akka" %% "akka-stream-testkit" % "2.8.4" % "test",
1717
"com.iheart" %% "ficus" % "1.5.2",
1818
"ch.qos.logback" % "logback-classic" % "1.4.11"))
1919

0 commit comments

Comments
 (0)