blob: 507d05e18300a77f30a4c92ddad38bb1dbaa7e08 [file] [log] [blame]
name := "slack-whisk"
scalaVersion := "2.11.8"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.4.8",
"com.typesafe.akka" %% "akka-http-core" % "2.4.8",
"com.typesafe.akka" %% "akka-http-experimental" % "2.4.8",
"com.typesafe.akka" %% "akka-http-spray-json-experimental" % "2.4.8",
"com.typesafe.akka" %% "akka-stream" % "2.4.8"
)
libraryDependencies += "com.github.gilbertw1" %% "slack-scala-client" % "0.1.7"