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

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