Skip to content

Commit 20a4b1d

Browse files
Sets github organization and developer info
1 parent 03224de commit 20a4b1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

project/ProjectPlugin.scala

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ object ProjectPlugin extends AutoPlugin {
9393
)
9494
}
9595
},
96+
developers := List(
97+
Developer(
98+
"47erbot",
99+
"Xebia",
100+
101+
url("https://xebia.com/")
102+
)
103+
),
96104
scalacOptions := Seq(
97105
"-unchecked",
98106
"-deprecation",

0 commit comments

Comments
 (0)