Skip to content

Commit

Permalink
Add new devs to POM (#548)
Browse files Browse the repository at this point in the history
@AlejandroBudy @ccantarero91 Are you both OK with being immortalised in
`pom.xml`?
  • Loading branch information
cb372 authored Jan 6, 2025
1 parent b4fc737 commit f552fe1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ inThisBuild(
name = "Luka Jacobowitz",
email = "[email protected]",
url = url("https://github.com/LukaJCB")
),
Developer(
id = "AlejandroBudy",
name = "Alejandro Torres",
email = "[email protected]",
url = url("https://github.com/AlejandroBudy")
),
Developer(
id = "ccantarero91",
name = "Cristian Cantarero Dávila",
email = "[email protected]",
url = url("https://github.com/ccantarero91")
)
),
mimaPreviousArtifacts := Set.empty,
Expand Down

0 comments on commit f552fe1

Please sign in to comment.