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.
developers
1 parent 57ef82b commit 17235caCopy full SHA for 17235ca
build.sbt
@@ -274,11 +274,23 @@ lazy val metadataSettings = Def.settings(
274
scmInfo := Some(ScmInfo(homepage.value.get, s"scm:git:$gitHubUrl.git")),
275
headerLicense := Some(HeaderLicense.ALv2("2018-2022", "Scala Steward contributors")),
276
developers := List(
277
+ Developer(
278
+ id = "exoego",
279
+ name = "TATSUNO Yasuhiro",
280
+ email = "",
281
+ url(s"https://github.com/exoego")
282
+ ),
283
Developer(
284
id = "fthomas",
285
name = "Frank S. Thomas",
286
email = "",
287
url(s"https://github.com/fthomas")
288
289
290
+ id = "mzuehlke",
291
+ name = "Marco Zühlke",
292
293
+ url(s"https://github.com/mzuehlke")
294
)
295
296
0 commit comments