From c9126f845e0e100f8b96f92192672265d95e76a6 Mon Sep 17 00:00:00 2001 From: "ta.tanaka" Date: Wed, 9 Oct 2019 15:07:56 +0900 Subject: [PATCH] Add name and description. --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index 918a148..06d2294 100644 --- a/build.sbt +++ b/build.sbt @@ -72,6 +72,8 @@ lazy val sharedSettings = Seq( lazy val publishingSettings = Seq( pgpSecretRing := file("local.secring.gpg"), pgpPublicRing := file("local.pubring.gpg"), + name := "scala-sql-formatter", + description := "SQL Formatter for Scala", releasePublishArtifactsAction := PgpKeys.publishSigned.value, publishMavenStyle := true, publishArtifact in Test := false,