Skip to content

Commit 445312a

Browse files
Merge pull request #8 from takayahilton/add-name-and-description
Add name and description.
2 parents a74e485 + c9126f8 commit 445312a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ lazy val sharedSettings = Seq(
7272
lazy val publishingSettings = Seq(
7373
pgpSecretRing := file("local.secring.gpg"),
7474
pgpPublicRing := file("local.pubring.gpg"),
75+
name := "scala-sql-formatter",
76+
description := "SQL Formatter for Scala",
7577
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
7678
publishMavenStyle := true,
7779
publishArtifact in Test := false,

0 commit comments

Comments
 (0)