Skip to content

Commit

Permalink
Merge pull request #290 from scala-steward/update/akka-actor-2.5.25
Browse files Browse the repository at this point in the history
Update akka-actor, akka-stream to 2.5.25
  • Loading branch information
Atry authored Aug 20, 2019
2 parents 61b4a4a + 66906d4 commit 452f520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keywords-Await/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}
Expand Down
4 changes: 2 additions & 2 deletions package/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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,
"org.scalacheck" %% "scalacheck" % "1.14.0" % Optional,
"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
)
}
Expand Down

0 comments on commit 452f520

Please sign in to comment.