Skip to content

Commit f1a1b93

Browse files
committed
akka version changed to 2.4.11
redundant dependencies were removed
1 parent fde8245 commit f1a1b93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

akka-http/build.sbt

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ version := "1.0"
99
scalaVersion := "2.11.5"
1010

1111
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"
12+
"com.typesafe.akka" %% "akka-http-experimental" % "2.4.11",
13+
"com.typesafe.akka" %% "akka-http-spray-json-experimental" % "2.4.11"
1614
)

0 commit comments

Comments
 (0)