From 8666889a533f4a438507bbb49ad2cb6388887b17 Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Tue, 7 Dec 2021 23:23:05 -0800 Subject: [PATCH] Update docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst Co-authored-by: Abraham Gonzalez --- .../Advanced-Concepts/Managing-Published-Scala-Dependencies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst b/docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst index e53f7a3d..9b0c73fa 100644 --- a/docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst +++ b/docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst @@ -29,7 +29,7 @@ In practice, this will require the following steps: #. Check out and modify the desired projects. #. Take note of, or modify, the versions of each projects (in - their build.sbt). If you're cloning from master generally + their ``build.sbt``). If you're cloning from ``master`` generally these will have default versions of ``1.X-SNAPSHOT``, where ``X`` is not-yet-released next major version. You can modify the version string, to say ``1.X-``, to uniquely identify your change.