From a6b0aa899bcc7e5463f5f3974f5fb394e09a65b5 Mon Sep 17 00:00:00 2001 From: Angela Date: Mon, 24 Nov 2025 15:50:21 -0500 Subject: [PATCH 1/2] update shared include --- dbx/jvm/bom.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dbx/jvm/bom.rst b/dbx/jvm/bom.rst index 8f2a61d..3ae1429 100644 --- a/dbx/jvm/bom.rst +++ b/dbx/jvm/bom.rst @@ -35,8 +35,9 @@ to view instructions for adding the BOM for each dependency manager: .. tab:: Gradle :tabid: gradle bom - Add the following code to dependencies list in your - |gradle-filename| file: + Add the following code to the dependencies list in your + |gradle-filename| file. The code examples in this guide use the + Kotlin DSL for Gradle: .. code-block:: groovy From 86b86df0272118e18a2190785aaa4c0e26f20f0b Mon Sep 17 00:00:00 2001 From: Angela Date: Mon, 24 Nov 2025 17:09:59 -0500 Subject: [PATCH 2/2] mike feedback --- dbx/jvm/bom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbx/jvm/bom.rst b/dbx/jvm/bom.rst index 3ae1429..056b81f 100644 --- a/dbx/jvm/bom.rst +++ b/dbx/jvm/bom.rst @@ -37,7 +37,7 @@ to view instructions for adding the BOM for each dependency manager: Add the following code to the dependencies list in your |gradle-filename| file. The code examples in this guide use the - Kotlin DSL for Gradle: + Kotlin domain-specific language (DSL) for Gradle: .. code-block:: groovy