aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-07-17 20:46:10 -0400
committervlad <vlad@drivergrp.com>2016-07-17 20:46:10 -0400
commit9cb5df86335b01e770eb656aa5eda3692410276e (patch)
tree9e92787feed60585400da13110fb9a3bf26e0d96 /project
parentc5f1be05d99059421fdd203f21fd80378ba80b41 (diff)
downloaddriver-core-9cb5df86335b01e770eb656aa5eda3692410276e.tar.gz
driver-core-9cb5df86335b01e770eb656aa5eda3692410276e.tar.bz2
driver-core-9cb5df86335b01e770eb656aa5eda3692410276e.zip
App interruption and formats for Time
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala22
1 files changed, 11 insertions, 11 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 60ae493..7bd1539 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -18,18 +18,18 @@ object DriverBuild extends Build {
val akkaHttpV = "2.4.8"
val dependencies = Seq(
- "com.typesafe.akka" %% "akka-http-core" % akkaHttpV,
- "com.typesafe.akka" %% "akka-http-experimental" % akkaHttpV,
- "com.typesafe.akka" %% "akka-http-jackson-experimental" % akkaHttpV,
- "com.typesafe.akka" %% "akka-http-spray-json-experimental" % akkaHttpV,
- "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV,
- "org.scalatest" % "scalatest_2.11" % "2.2.1" % "test",
- "com.typesafe.slick" %% "slick" % "3.0.0",
- "com.typesafe" % "config" % "1.2.1",
+ "com.typesafe.akka" %% "akka-http-core" % akkaHttpV,
+ "com.typesafe.akka" %% "akka-http-experimental" % akkaHttpV,
+ "com.typesafe.akka" %% "akka-http-jackson-experimental" % akkaHttpV,
+ "com.typesafe.akka" %% "akka-http-spray-json-experimental" % akkaHttpV,
+ "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV,
+ "org.scalatest" % "scalatest_2.11" % "2.2.1" % "test",
+ "com.typesafe.slick" %% "slick" % "3.0.0",
+ "com.typesafe" % "config" % "1.2.1",
"com.typesafe.scala-logging" %% "scala-logging" % "3.1.0",
- "ch.qos.logback" % "logback-classic" % "1.1.3",
- "org.slf4j" % "slf4j-nop" % "1.6.4",
- "org.scalaz" %% "scalaz-core" % "7.2.4",
+ "ch.qos.logback" % "logback-classic" % "1.1.3",
+ "org.slf4j" % "slf4j-nop" % "1.6.4",
+ "org.scalaz" %% "scalaz-core" % "7.2.4",
"com.github.swagger-akka-http" %% "swagger-akka-http" % "0.7.1"
)