File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ val akkaHttpVersion = "10.1.5"
88
99libraryDependencies += " org.parboiled" %% " parboiled" % " 2.1.4"
1010
11- libraryDependencies += " com.typesafe.akka" %% " akka-http" % " 10.0.11 "
12- libraryDependencies += " com.typesafe.akka" %% " akka-http-testkit" % " 10.0.11 "
11+ libraryDependencies += " com.typesafe.akka" %% " akka-http" % akkaHttpVersion
12+ libraryDependencies += " com.typesafe.akka" %% " akka-http-testkit" % akkaHttpVersion
1313libraryDependencies += " com.typesafe.akka" %% " akka-stream" % " 2.5.12"
14- libraryDependencies += " com.typesafe.akka" %% " akka-http-spray-json" % " 10.1.1 "
14+ libraryDependencies += " com.typesafe.akka" %% " akka-http-spray-json" % akkaHttpVersion
1515libraryDependencies += " io.spray" %% " spray-json" % " 1.3.3"
1616libraryDependencies += " org.scalactic" %% " scalactic" % " 3.0.4"
1717libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.4" % " it,test"
You can’t perform that action at this time.
0 commit comments