mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Fix broken organization name in build.sbt
This commit is contained in:
parent
df1d222df8
commit
e41d0ac9c4
|
|
@ -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"
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue