From 54f88a0948f207d9bdc4c6b4290d0ce12b774a12 Mon Sep 17 00:00:00 2001 From: om Date: Fri, 16 Jun 2017 09:12:43 +0300 Subject: [PATCH] with sonatype --- sonatype.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonatype.sbt b/sonatype.sbt index 5bc8e57..03b9d3e 100644 --- a/sonatype.sbt +++ b/sonatype.sbt @@ -1,5 +1,5 @@ // Your profile name of the sonatype account. The default is the same with the organization value -sonatypeProfileName := "(com.github.a2mz)" +sonatypeProfileName := "com.github.a2mz" // To sync with Maven central, you need to supply the following information: publishMavenStyle := true