Skip to content

Commit

Permalink
Add deprecation notice to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Oct 11, 2024
1 parent be766e4 commit c485371
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ object Settings {
<organizationUrl>https://fauna.com</organizationUrl>
</developer>
</developers>
<deprecated>true</deprecated>
<deprecation>
<message>v4 EOL notice</message>
<since>4.5.1</since>
</deprecation>
),
usePgpKeyHex(sys.env.getOrElse("GPG_SIGNING_KEY", "0")),
pgpPassphrase := sys.env.get("GPG_PASSPHRASE") map (_.toArray),
Expand Down

0 comments on commit c485371

Please sign in to comment.