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.