Skip to content

Commit fdf052d

Browse files
authored
chore: add the developers of Scala (#23767)
Required by Sonatype
2 parents aae5acb + 903ee0e commit fdf052d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

project/Build.scala

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3565,6 +3565,14 @@ object Build {
35653565
homepage := Some(url(dottyGithubUrl)),
35663566
licenses += (("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),
35673567
scmInfo := Some(ScmInfo(url(dottyGithubUrl), "scm:git:git@github.com:scala/scala3.git")),
3568+
developers := List(
3569+
Developer(
3570+
id = "scala",
3571+
name = "The Scala Team",
3572+
email = "security@scala-lang.org",
3573+
url = url("https://scala-lang.org")
3574+
)
3575+
),
35683576
)
35693577

35703578
lazy val commonDistSettings = Seq(

0 commit comments

Comments
 (0)