We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3605090 commit 2584b68Copy full SHA for 2584b68
build.sbt
@@ -43,4 +43,19 @@ pomIncludeRepository := (_ => false)
43
44
scmInfo := Some(
45
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
56
+ id = "analytically",
57
+ name = "Mathias Bogaert",
58
59
+ url = url("http://twitter.com/analytically")
60
+ )
61
)
0 commit comments