summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-06-06 14:29:24 +1000
committerJason Zaugg <jzaugg@gmail.com>2016-06-06 14:29:24 +1000
commit34dbd396a214fb58d3b305b01eb134e1d51f34c7 (patch)
tree527fca2a1366978db7e22fd536f6c064e1a7e6d4
parent3bb735823f6815002895b1a335c6d105ddbe3e9e (diff)
parenta23f6a7ba2c20096837a8d254a42d2bedd620f15 (diff)
downloadscala-34dbd396a214fb58d3b305b01eb134e1d51f34c7.tar.gz
scala-34dbd396a214fb58d3b305b01eb134e1d51f34c7.tar.bz2
scala-34dbd396a214fb58d3b305b01eb134e1d51f34c7.zip
Merge pull request #5211 from janekdb/topic/2.12.x-remove-experimental-notice-from-sbt-build
Remove experimental status from sbt build in load message
-rw-r--r--build.sbt4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index 0194bc08b6..9fcfa01161 100644
--- a/build.sbt
+++ b/build.sbt
@@ -700,9 +700,7 @@ lazy val root = (project in file("."))
scaladoc, scalap, partestExtras, junit, libraryAll, scalaDist).settings(
sources in Compile := Seq.empty,
onLoadMessage := """|*** Welcome to the sbt build definition for Scala! ***
- |This build definition has an EXPERIMENTAL status. If you are not
- |interested in testing or working on the build itself, please use
- |the Ant build definition for now. Check README.md for more information.""".stripMargin
+ |Check README.md for more information.""".stripMargin
)
// The following subprojects' binaries are required for building "pack":