diff --git a/build.sbt b/build.sbt index fce9d109..05fadb80 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val commonSettings = Seq( - organization := "net.net.psforever", + organization := "net.psforever", version := "1.0", scalaVersion := "2.11.7", scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"), @@ -32,4 +32,4 @@ lazy val common = (project in file("common")). settings(commonSettings: _*). settings( name := "common" - ) \ No newline at end of file + )