Skip to content

Commit 61b4a4a

Browse files
authored
Merge pull request #286 from scala-steward/update/akka-actor-2.5.24
Update akka-actor, akka-stream to 2.5.24
2 parents f737ed6 + 711c2c6 commit 61b4a4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

keywords-Await/.jvm/jvm.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ libraryDependencies ++= {
55
Nil
66
} else {
77
Seq(
8-
"com.typesafe.akka" %% "akka-actor" % "2.5.23" % Test,
9-
"com.typesafe.akka" %% "akka-stream" % "2.5.23" % Test,
8+
"com.typesafe.akka" %% "akka-actor" % "2.5.24" % Test,
9+
"com.typesafe.akka" %% "akka-stream" % "2.5.24" % Test,
1010
"com.typesafe.akka" %% "akka-http" % "10.1.9" % Test
1111
)
1212
}

package/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ libraryDependencies ++= {
1313
"com.thoughtworks.dsl" %% "domains-cats" % "1.4.0" % Optional,
1414
"org.scala-lang.plugins" %% "scala-continuations-library" % "1.0.3" % Optional,
1515
"org.scala-lang.modules" %% "scala-async" % "0.9.7" % Optional,
16-
"com.typesafe.akka" %% "akka-actor" % "2.5.23" % Optional,
16+
"com.typesafe.akka" %% "akka-actor" % "2.5.24" % Optional,
1717
"com.twitter" %% "algebird-core" % "0.13.4" % Optional,
1818
"com.thoughtworks.binding" %% "binding" % "11.0.1" % Optional,
1919
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" % Optional,
2020
"org.scalacheck" %% "scalacheck" % "1.14.0" % Optional,
2121
"com.thoughtworks.each" %% "each" % "3.3.1" % Optional,
2222
"com.lihaoyi" %% "sourcecode" % "0.1.7" % Optional,
2323
"io.monix" %% "monix" % "2.3.3" % Optional,
24-
"com.typesafe.akka" %% "akka-stream" % "2.5.23" % Optional,
24+
"com.typesafe.akka" %% "akka-stream" % "2.5.24" % Optional,
2525
"com.typesafe.akka" %% "akka-http" % "10.1.9" % Optional
2626
)
2727
}

0 commit comments

Comments
 (0)