Skip to content

Commit 6297abe

Browse files
committed
Bumped akka-http version b/c of CVE-2018-16131
1 parent 59c21b6 commit 6297abe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.sbt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ version := "1.0.0-SNAPSHOT"
44

55
scalaVersion := "2.12.4"
66

7+
val akkaHttpVersion = "10.1.5"
8+
79
libraryDependencies += "org.parboiled" %% "parboiled" % "2.1.4"
8-
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.0.11"
10+
libraryDependencies += "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
911
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.5.12"
10-
libraryDependencies += "com.typesafe.akka" %% "akka-http-spray-json" % "10.1.1"
12+
libraryDependencies += "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion
1113
libraryDependencies += "io.spray" %% "spray-json" % "1.3.3"
1214
libraryDependencies += "org.parboiled" %% "parboiled" % "2.1.4"
1315
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.4"

0 commit comments

Comments
 (0)