Skip to content

Commit 4866c6e

Browse files
authored
Fix instructions for baseVersionSuffix in README
1 parent c492ac6 commit 4866c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Core commands:
115115
- `partest` runs partest tests (accepts options, try `partest --help`)
116116
- `publishLocal` publishes a distribution locally (can be used as `scalaVersion` in
117117
other sbt projects)
118-
- Optionally `set VersionUtil.baseVersionSuffix in Global := "abcd123-SNAPSHOT"`
118+
- Optionally `set baseVersionSuffix := "abcd123-SNAPSHOT"`
119119
where `abcd123` is the git hash of the revision being published. You can also
120120
use something custom like `"mypatch"`. This changes the version number from
121121
`2.12.0-SNAPSHOT` to something more stable (`2.12.0-abcd123-SNAPSHOT`).

0 commit comments

Comments
 (0)