From 426293a2f9e43aa4a1e237ff7edf7147e03afd01 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 31 Oct 2018 18:07:11 -0700 Subject: scalafmt --- publish.sbt | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3