From 02f51bef0bb98b5c7a38f8f47bffec7b1762d2fb Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Mon, 4 Mar 2024 15:55:59 +0100 Subject: [PATCH] Better clarify excludeAll statement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a06c39b..7b9e138 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ addSbtPlugin("org.apache.pekko" % "sbt-paradox-pekko" % "") > * sbt-paradox-apidoc > * sbt-paradox-project-info > you need to use an `excludesAll` statement on `addSbtPlugin` to remove the -> JDK 11 reference, i.e. if you need to use sbt-site-paradox you would do the -> following +> resolved dependencies that rely on JDK 11+, i.e. if you need to use +> sbt-site-paradox you would do the following > ```sbt > addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll( > "com.lightbend.paradox", "sbt-paradox"))