We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde8245 commit f1a1b93Copy full SHA for f1a1b93
akka-http/build.sbt
@@ -9,8 +9,6 @@ version := "1.0"
9
scalaVersion := "2.11.5"
10
11
libraryDependencies ++= Seq(
12
- "com.typesafe.akka" %% "akka-http-experimental" % "1.0",
13
- "com.typesafe.akka" %% "akka-http-spray-json-experimental" % "1.0",
14
- "com.typesafe.akka" %%"akka-http-testkit-experimental" % "1.0",
15
- "org.scalatest" %% "scalatest" % "2.2.5" % "test"
+ "com.typesafe.akka" %% "akka-http-experimental" % "2.4.11",
+ "com.typesafe.akka" %% "akka-http-spray-json-experimental" % "2.4.11"
16
)
0 commit comments