From b671d510597cbbc9f4e068ee5c0d6d19bc0820c4 Mon Sep 17 00:00:00 2001 From: Nikita Ryanov Date: Thu, 6 May 2021 14:41:38 +0300 Subject: [PATCH] Update build.sbt --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 52385da..dfda4f0 100644 --- a/build.sbt +++ b/build.sbt @@ -16,6 +16,7 @@ val scala2_13 = "2.13.5" val compileAndTest = "compile->compile;test->test" lazy val buildSettings = Seq( + sonatypeProfileName := "com.nryanov", organization := "com.nryanov.consul4s", homepage := Some(url("https://github.com/nryanov/consul4s")), licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),