Skip to content

Commit f51a8e7

Browse files
committed
add developer info
1 parent 9dd6da7 commit f51a8e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html
77
scmInfo := Some(ScmInfo(
88
url("https://github.com/lightbend/scala-logging"),
99
"scm:git:git@github.com:lightbend/scala-logging.git"))
10+
developers := List(
11+
Developer(
12+
id = "Lightbend",
13+
name = "Lightbend, Inc.",
14+
email = "",
15+
url = url("https://www.lightbend.com")))
16+
1017
ThisBuild / dynverVTagPrefix := false
1118

1219
/// build

0 commit comments

Comments
 (0)