Skip to content

Commit

Permalink
[DOCS-3302] Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Aug 28, 2024
1 parent 87fad9f commit 517fc0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 517fc0a

Please sign in to comment.