Skip to content

Commit bed7ca0

Browse files
octonatomarcospereira
authored andcommitted
updated dependencies (playframework#8917)
* updated dependencies * akka-http v10.0.15 * okhttp v3.12.0 * revert okhttp version bump
1 parent 36ddacc commit bed7ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import buildinfo.BuildInfo
99
object Dependencies {
1010

1111
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.5.19")
12-
val akkaHttpVersion = "10.0.14"
12+
val akkaHttpVersion = "10.0.15"
1313
val playJsonVersion = "2.6.12"
1414

1515
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"

0 commit comments

Comments
 (0)