Skip to content

Commit

Permalink
Update Akka HTTP to version 10.1.6 (#8897)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira authored and mkurz committed Dec 21, 2018
1 parent e0554eb commit a7fa345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import buildinfo.BuildInfo
object Dependencies {

val akkaVersion: String = sys.props.getOrElse("akka.version", "2.5.19")
val akkaHttpVersion: String = sys.props.getOrElse("akka.http.version", "10.1.5")
val akkaHttpVersion: String = sys.props.getOrElse("akka.http.version", "10.1.6")
val akkaHttpVersion_2_13 = "10.1.3" // akka-http dropped support for Scala 2.13: https://github.com/akka/akka-http/issues/2166

val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.3.7"
Expand Down

0 comments on commit a7fa345

Please sign in to comment.