From 66906d43e33c3648eee81824524066168fdb3cbc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Aug 2019 18:00:52 +0200 Subject: [PATCH] Update akka-actor, akka-stream to 2.5.25 --- keywords-Await/.jvm/jvm.sbt | 4 ++-- package/build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keywords-Await/.jvm/jvm.sbt b/keywords-Await/.jvm/jvm.sbt index 28dd37017..36c2bba1a 100644 --- a/keywords-Await/.jvm/jvm.sbt +++ b/keywords-Await/.jvm/jvm.sbt @@ -5,8 +5,8 @@ libraryDependencies ++= { Nil } else { Seq( - "com.typesafe.akka" %% "akka-actor" % "2.5.24" % Test, - "com.typesafe.akka" %% "akka-stream" % "2.5.24" % Test, + "com.typesafe.akka" %% "akka-actor" % "2.5.25" % Test, + "com.typesafe.akka" %% "akka-stream" % "2.5.25" % Test, "com.typesafe.akka" %% "akka-http" % "10.1.9" % Test ) } diff --git a/package/build.sbt b/package/build.sbt index 4e7113f97..b88f4866a 100644 --- a/package/build.sbt +++ b/package/build.sbt @@ -13,7 +13,7 @@ libraryDependencies ++= { "com.thoughtworks.dsl" %% "domains-cats" % "1.4.0" % Optional, "org.scala-lang.plugins" %% "scala-continuations-library" % "1.0.3" % Optional, "org.scala-lang.modules" %% "scala-async" % "0.9.7" % Optional, - "com.typesafe.akka" %% "akka-actor" % "2.5.24" % Optional, + "com.typesafe.akka" %% "akka-actor" % "2.5.25" % Optional, "com.twitter" %% "algebird-core" % "0.13.4" % Optional, "com.thoughtworks.binding" %% "binding" % "11.0.1" % Optional, "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" % Optional, @@ -21,7 +21,7 @@ libraryDependencies ++= { "com.thoughtworks.each" %% "each" % "3.3.1" % Optional, "com.lihaoyi" %% "sourcecode" % "0.1.7" % Optional, "io.monix" %% "monix" % "2.3.3" % Optional, - "com.typesafe.akka" %% "akka-stream" % "2.5.24" % Optional, + "com.typesafe.akka" %% "akka-stream" % "2.5.25" % Optional, "com.typesafe.akka" %% "akka-http" % "10.1.9" % Optional ) }