summaryrefslogblamecommitdiff
path: root/build.sbt
blob: 08620fddf8f43569df931c4c6bc4e3c142dc7ff2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                
name := "akka-github"

scalaVersion := "2.11.8"

val AkkaVersion = "2.4.11"

libraryDependencies ++= Seq(
  "com.typesafe.akka" %% "akka-actor" % AkkaVersion,
  "com.typesafe.akka" %% "akka-stream" % AkkaVersion,
  "com.typesafe.akka" %% "akka-http-core" % AkkaVersion,
  "com.typesafe.akka" %% "akka-http-testkit" % AkkaVersion,
  "com.typesafe.akka" %% "akka-http-experimental" % AkkaVersion,
  "io.spray" %%  "spray-json" % "1.3.2"
)