From 081f437afca74f52e113df13b299356d7613db11 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 4 Oct 2020 00:10:30 -0400 Subject: [PATCH] Banner URL Fixes https://github.com/sbt/sbt/issues/5921 --- 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 69e9d9497..35f94bc80 100644 --- a/main/src/main/scala/sbt/internal/Banner.scala +++ b/main/src/main/scala/sbt/internal/Banner.scala @@ -17,7 +17,7 @@ private[sbt] object Banner { | - sbtn: a native thin client for sbt | - VirtualFile + RemoteCache: caches build artifacts across different machines | - ThisBuild / versionScheme to take the guessing out of eviction warning - |See http://eed3si9n.com/sbt-1.4.0-beta for full release notes. + |See http://eed3si9n.com/sbt-1.4.0 for full release notes. |Hide the banner for this release by running `skipBanner`. |""".stripMargin.linesIterator.mkString("\n")) case "1.3.0" =>