From 1ae4f76e2910d6cec692a7f37f2b2494ed315e7e Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 16 Aug 2020 19:26:43 -0400 Subject: [PATCH] Advertise versionScheme instead Ref https://github.com/sbt/sbt/pull/5724 --- main/src/main/scala/sbt/internal/Banner.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/main/scala/sbt/internal/Banner.scala b/main/src/main/scala/sbt/internal/Banner.scala index acd7fb6cc..69e9d9497 100644 --- a/main/src/main/scala/sbt/internal/Banner.scala +++ b/main/src/main/scala/sbt/internal/Banner.scala @@ -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"))