scalaVersion := "2.11.8" val http4sVersion = "0.15.12a" val scalazVersion = "7.2.12" val shapelessVersion = "2.3.2" val argonautShapelessVersion = "1.2.0-M4" libraryDependencies ++= Seq( "joda-time" % "joda-time" % "2.2", "com.chuusai" %% "shapeless" % shapelessVersion, "org.http4s" %% "http4s-argonaut" % http4sVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-server-metrics" % http4sVersion, "org.http4s" %% "http4s-blaze-client" % http4sVersion, "org.scalaz" %% "scalaz-concurrent" % scalazVersion, "org.scalaz" %% "scalaz-core" % scalazVersion, "io.argonaut" %% "argonaut-scalaz" % "6.2", "com.github.alexarchambault" %% "argonaut-shapeless_6.2" % argonautShapelessVersion )