Skip to content

Commit

Permalink
Remove developers list as stale
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Jan 24, 2025
1 parent 08b7d55 commit 9be6d65
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,56 +54,6 @@ ThisBuild / organizationName := "Spotify AB"
ThisBuild / startYear := Some(2016)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / sonatypeCredentialHost := Sonatype.sonatypeLegacy
ThisBuild / developers := List(
Developer(
id = "sinisa_lyh",
name = "Neville Li",
email = "[email protected]",
url = url("https://twitter.com/sinisa_lyh")
),
Developer(
id = "andrewsmartin",
name = "Andrew Martin",
email = "[email protected]",
url = url("https://twitter.com/andrew_martin92")
),
Developer(
id = "daikeshi",
name = "Keshi Dai",
email = "[email protected]",
url = url("https://twitter.com/daikeshi")
),
Developer(
id = "clairemcginty",
name = "Claire McGinty",
email = "[email protected]",
url = url("http://github.com/clairemcginty")
),
Developer(
id = "anne-decusatis",
name = "Anne DeCusatis",
email = "[email protected]",
url = url("http://twitter.com/precisememory")
),
Developer(
id = "stormy-ua",
name = "Kirill Panarin",
email = "[email protected]",
url = url("https://twitter.com/panarin_kirill")
),
Developer(
id = "syodage",
name = "Shameera Rathnayaka Yodage",
email = "[email protected]",
url = url("https://twitter.com/syodage")
),
Developer(
id = "shnapz",
name = "Andrew Kabas",
email = "[email protected]",
url = url("https://github.com/shnapz")
)
)

// scala versions
val scala3 = "3.3.4"
Expand Down

0 comments on commit 9be6d65

Please sign in to comment.