[sbt] specify sonatype profile name

This commit is contained in:
Paul Campbell 2019-06-30 17:42:16 +01:00
parent 3f54519a1b
commit 88dd2f37a4

View file

@ -1,5 +1,6 @@
inThisBuild(List( inThisBuild(List(
organization := "net.kemitix", organization := "net.kemitix",
sonatypeProfileName := "net.kemitix",
homepage := Some(url("https://github.com/kemitix/thorp")), homepage := Some(url("https://github.com/kemitix/thorp")),
licenses := List("mit" -> url("https://opensource.org/licenses/MIT")), licenses := List("mit" -> url("https://opensource.org/licenses/MIT")),
developers := List( developers := List(