[sbt] Only specify organization once
This commit is contained in:
parent
88dd2f37a4
commit
8120fca0ae
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
inThisBuild(List(
|
||||
organization := "net.kemitix",
|
||||
organization := "net.kemitix.thorp",
|
||||
sonatypeProfileName := "net.kemitix",
|
||||
homepage := Some(url("https://github.com/kemitix/thorp")),
|
||||
licenses := List("mit" -> url("https://opensource.org/licenses/MIT")),
|
||||
|
@ -14,7 +14,6 @@ inThisBuild(List(
|
|||
))
|
||||
|
||||
val commonSettings = Seq(
|
||||
organization := "net.kemitix.thorp",
|
||||
scalaVersion := "2.12.8",
|
||||
test in assembly := {}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue