aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--publish.sbt3
1 files changed, 1 insertions, 2 deletions
diff --git a/publish.sbt b/publish.sbt
index 1b9d054..5e26b34 100644
--- a/publish.sbt
+++ b/publish.sbt
@@ -1,8 +1,7 @@
organization in ThisBuild := "io.crashbox"
licenses in ThisBuild := Seq(
("Apache 2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
-homepage in ThisBuild := Some(
- url("https://github.com/jodersky/identicon"))
+homepage in ThisBuild := Some(url("https://github.com/jodersky/identicon"))
publishMavenStyle in ThisBuild := true
publishTo in ThisBuild := Some(
if (isSnapshot.value)