Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Update akka-http, akka-stream #63

Merged
merged 1 commit into from
Sep 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ val kanelaAgent = "io.kamon" % "kanela-agent" % "1.0.0

val akkaHttpJson = "de.heikoseeberger" %% "akka-http-json4s" % "1.27.0"
val json4sNative = "org.json4s" %% "json4s-native" % "3.6.7"
val http25 = "com.typesafe.akka" %% "akka-http" % "10.1.8"
val httpTestKit25 = "com.typesafe.akka" %% "akka-http-testkit" % "10.1.8"
val stream25 = "com.typesafe.akka" %% "akka-stream" % "2.5.23"
val http25 = "com.typesafe.akka" %% "akka-http" % "10.1.9"
val httpTestKit25 = "com.typesafe.akka" %% "akka-http-testkit" % "10.1.9"
val stream25 = "com.typesafe.akka" %% "akka-stream" % "2.5.24"


lazy val root = (project in file("."))
Expand Down