From 517fc0a13f7a14693ec03d470fb822162d144dca Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 28 Aug 2024 15:10:52 -0400 Subject: [PATCH] [DOCS-3302] Update package description --- project/Settings.scala | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 11a949bf..ee99d1ae 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -25,7 +25,12 @@ object Settings { lazy val buildSettings = Seq( organization := "com.faunadb", version := driverVersion, - scalaVersion := scala212 + scalaVersion := scala212, + description := """ + This driver only supports Fauna v4, which is deprecated. To use the latest version, + migrate to the Fauna v10 Java driver: + https://github.com/fauna/fauna-jvm + """ ) lazy val publishSettings = Seq(