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.
2 parents aae5acb + 903ee0e commit fdf052dCopy full SHA for fdf052d
project/Build.scala
@@ -3565,6 +3565,14 @@ object Build {
3565
homepage := Some(url(dottyGithubUrl)),
3566
licenses += (("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),
3567
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
+ ),
3576
)
3577
3578
lazy val commonDistSettings = Seq(
0 commit comments