From e59f516fd541824edd5d4bf3970860642c83a509 Mon Sep 17 00:00:00 2001 From: John St John Date: Thu, 5 Oct 2017 10:30:07 -0700 Subject: add organization into build --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) 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", -- cgit v1.2.3