Update docs/Advanced-Concepts/Managing-Published-Scala-Dependencies.rst

Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
This commit is contained in:
David Biancolin
2021-12-07 23:23:05 -08:00
parent c8b8ef791a
commit 8666889a53

View File

@@ -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-<MYSUFFIX>``, to uniquely identify your
change.