File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ version := "1.0.0-SNAPSHOT"
44
55scalaVersion := " 2.12.4"
66
7+ val akkaHttpVersion = " 10.1.5"
8+
79libraryDependencies += " org.parboiled" %% " parboiled" % " 2.1.4"
8- libraryDependencies += " com.typesafe.akka" %% " akka-http" % " 10.0.11 "
10+ libraryDependencies += " com.typesafe.akka" %% " akka-http" % akkaHttpVersion
911libraryDependencies += " 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
1113libraryDependencies += " io.spray" %% " spray-json" % " 1.3.3"
1214libraryDependencies += " org.parboiled" %% " parboiled" % " 2.1.4"
1315libraryDependencies += " org.scalactic" %% " scalactic" % " 3.0.4"
You can’t perform that action at this time.
0 commit comments