From c485371410e9db56252461c7f15ecfdd1eda4722 Mon Sep 17 00:00:00 2001 From: Paul Paterson Date: Fri, 11 Oct 2024 15:48:25 -0400 Subject: [PATCH] Add deprecation notice to POM --- project/Settings.scala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project/Settings.scala b/project/Settings.scala index 13ccae86..8e62978e 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -61,6 +61,11 @@ object Settings { https://fauna.com + true + + v4 EOL notice + 4.5.1 + ), usePgpKeyHex(sys.env.getOrElse("GPG_SIGNING_KEY", "0")), pgpPassphrase := sys.env.get("GPG_PASSPHRASE") map (_.toArray),