[sbt] specify sonatype profile name
This commit is contained in:
parent
3f54519a1b
commit
88dd2f37a4
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue