From e41d0ac9c451d529f0b77a064c2452e7a9eab635 Mon Sep 17 00:00:00 2001 From: Chord Date: Tue, 3 May 2016 04:04:36 -0400 Subject: [PATCH] Fix broken organization name in build.sbt --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + )