aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 733739e376bb71630c396bb820ec204949bf6e85 (plain) (blame)
1
2
3
4
5
6
7
scalaVersion := "2.12.3"

libraryDependencies ++= Seq(
  "com.typesafe.akka" %% "akka-http" % "10.0.10",
  "com.typesafe.akka" %% "akka-http-spray-json" % "10.0.10",
  "io.spray" %% "spray-json" % "1.3.3"
)