|
@@ -9,8 +9,8 @@ scalaVersion := "2.11.7"
|
|
|
resolvers += "Akka Snapshot Repository" at "http://repo.akka.io/snapshots/"
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
|
- "com.typesafe.akka" %% "akka-http-experimental" % "2.4.2",
|
|
|
- "com.typesafe.akka" %% "akka-http-spray-json-experimental" % "2.4.2",
|
|
|
+ "com.typesafe.akka" %% "akka-http-experimental" % "2.4.7",
|
|
|
+ "com.typesafe.akka" %% "akka-http-spray-json-experimental" % "2.4.7",
|
|
|
"mysql" % "mysql-connector-java" % "5.1.38",
|
|
|
"org.apache.commons" % "commons-dbcp2" % "2.1",
|
|
|
"org.scalatra.scalate" %% "scalate-core" % "1.7.0",
|