From 0b5e88bc0c65c7f371db080f75dff06b94effe67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= <gjourdanweil@gmail.com>
Date: Wed, 8 Nov 2023 16:43:13 +0100
Subject: [PATCH] docs: list sbt as not supported in replacement managers
 (#25650)

---
 docs/usage/configuration-options.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 860bcaf9ac..ea88a9f855 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -2826,6 +2826,7 @@ Managers which do not support replacement:
 - `homebrew`
 - `maven`
 - `regex`
+- `sbt`
 
 Use the `replacementName` config option to set the name of a replacement package.
 
-- 
GitLab