File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,17 @@ wixProductUpgradeId := "4552fb0e-e257-4dbd-9ecb-dba9dbacf424"
13
13
14
14
scalastyleConfig := baseDirectory.value / " project" / " scalastyle_config.xml"
15
15
16
- libraryDependencies += " com.github.scopt" %% " scopt" % " 3.7.0"
17
- libraryDependencies += " io.spray" %% " spray-json" % " 1.3.3"
16
+ val akkaVersion = " 2.5.14"
17
+ val akkaHttpVersion = " 10.1.5"
18
+
18
19
libraryDependencies ++= Seq (
19
- " com.typesafe.akka" %% " akka-http-core" % " 10.1.5 " ,
20
- " com.typesafe.akka" %% " akka-http-spray-json" % " 10.1.5 " ,
21
- " com.typesafe.akka" %% " akka-stream" % " 2.5.12 "
20
+ " com.typesafe.akka" %% " akka-http-core" % akkaHttpVersion ,
21
+ " com.typesafe.akka" %% " akka-http-spray-json" % akkaHttpVersion ,
22
+ " com.typesafe.akka" %% " akka-stream" % akkaVersion
22
23
)
23
24
25
+ libraryDependencies += " com.github.scopt" %% " scopt" % " 3.7.0"
26
+ libraryDependencies += " io.spray" %% " spray-json" % " 1.3.3"
24
27
libraryDependencies += " de.vandermeer" % " asciitable" % " 0.3.2"
25
28
libraryDependencies += " com.lihaoyi" %% " fansi" % " 0.2.5"
26
29
libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value
You can’t perform that action at this time.
0 commit comments