Skip to content

Commit

Permalink
add developer information. sonatype wants that now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ane committed Feb 8, 2024
1 parent a4b15c5 commit 9bb9cc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ scmInfo in ThisBuild := Some(
)
)

ThisBuild / developers := List(Developer(
"ane",
"Antoine Kalmbach",
"[email protected]",
url("http://github.com/ane")))

publishMavenStyle in ThisBuild := true

publishTo in ThisBuild := {
Expand Down

0 comments on commit 9bb9cc2

Please sign in to comment.