aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
new file mode 100644
index 0000000..a3faa13
--- /dev/null
+++ b/build.sbt
@@ -0,0 +1,6 @@
+scalaVersion := "2.12.3"
+
+libraryDependencies ++= Seq(
+ "com.typesafe.akka" %% "akka-http" % "10.0.10",
+ "io.spray" %% "spray-json" % "1.3.3"
+)