mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-14 07:55:07 +00:00
Fix broken organization name in build.sbt
This commit is contained in:
parent
df1d222df8
commit
e41d0ac9c4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
lazy val commonSettings = Seq(
|
lazy val commonSettings = Seq(
|
||||||
organization := "net.net.psforever",
|
organization := "net.psforever",
|
||||||
version := "1.0",
|
version := "1.0",
|
||||||
scalaVersion := "2.11.7",
|
scalaVersion := "2.11.7",
|
||||||
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
|
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue