aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 5b9ea39..90f421d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,5 +1,7 @@
scalaVersion := "2.12.3"
+organization := "xyz.driver"
+
libraryDependencies ++= Seq(
"com.pauldijou" %% "jwt-core" % "0.14.0",
"com.typesafe.akka" %% "akka-http" % "10.0.10",