Advertise versionScheme instead

Ref https://github.com/sbt/sbt/pull/5724
This commit is contained in:
Eugene Yokota 2020-08-16 19:26:43 -04:00
parent 8b5f212010
commit 1ae4f76e29
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ private[sbt] object Banner {
| - Build server protocol (BSP) support
| - sbtn: a native thin client for sbt
| - VirtualFile + RemoteCache: caches build artifacts across different machines
| - Incremental build pipelining. Try it using `ThisBuild / usePipelining := true`.
| - ThisBuild / versionScheme to take the guessing out of eviction warning
|See http://eed3si9n.com/sbt-1.4.0-beta for full release notes.
|Hide the banner for this release by running `skipBanner`.
|""".stripMargin.linesIterator.mkString("\n"))