mirror of https://github.com/sbt/sbt.git
Docs: correct substitution syntax when preceding character is symbol. Fixes #970.
This commit is contained in:
parent
09fc6c1fd6
commit
7d10c7e103
|
|
@ -81,7 +81,7 @@ You can force a particular version of sbt by creating a file
|
|||
|
||||
.. parsed-literal::
|
||||
|
||||
sbt.version=|release|
|
||||
sbt.version=\ |release|
|
||||
|
||||
to force the use of sbt |release|. sbt is 99% source compatible from release to release.
|
||||
Still, setting the sbt version in `project/build.properties` avoids
|
||||
|
|
|
|||
Loading…
Reference in New Issue