Skip to content

Commit f0fa33e

Browse files
author
Hariharan Ramanathan
committed
Reverting to latest akka http version
1 parent 4743fac commit f0fa33e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ val akkaHttpVersion = "10.1.5"
88

99
libraryDependencies += "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
1313
libraryDependencies += "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
1515
libraryDependencies += "io.spray" %% "spray-json" % "1.3.3"
1616
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.4"
1717
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % "it,test"

0 commit comments

Comments
 (0)