Skip to content

Commit 2584b68

Browse files
committed
Re-add developer info as this breaks Sonatype when not there.
1 parent 3605090 commit 2584b68

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

build.sbt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,19 @@ pomIncludeRepository := (_ => false)
4343

4444
scmInfo := Some(
4545
ScmInfo(url("https://github.com/lightbend/scala-logging"), "scm:git:git@github.com:lightbend/scala-logging.git")
46+
)
47+
48+
developers := List(
49+
Developer(
50+
id = "hseeberger",
51+
name = "Heiko Seeberger",
52+
email = "",
53+
url = url("http://heikoseeberger.de")
54+
),
55+
Developer(
56+
id = "analytically",
57+
name = "Mathias Bogaert",
58+
email = "",
59+
url = url("http://twitter.com/analytically")
60+
)
4661
)

0 commit comments

Comments
 (0)