aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-31 18:07:11 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-31 18:07:11 -0700
commit426293a2f9e43aa4a1e237ff7edf7147e03afd01 (patch)
treef22f6483b5a60caaea696e4eb73d82cfb9e5beb4
parent05352252b47877f4175db80700f68f345fa7d0d4 (diff)
downloadidenticon-426293a2f9e43aa4a1e237ff7edf7147e03afd01.tar.gz
identicon-426293a2f9e43aa4a1e237ff7edf7147e03afd01.tar.bz2
identicon-426293a2f9e43aa4a1e237ff7edf7147e03afd01.zip
scalafmt
-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)