summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2016-06-04 12:47:52 +0100
committerJanek Bogucki <janekdb@gmail.com>2016-06-04 12:47:52 +0100
commita23f6a7ba2c20096837a8d254a42d2bedd620f15 (patch)
tree9bb383db6c5601d4c3a4c24645fd5d829b770f83 /build.sbt
parentae03df947043f0b9a93017ca5a0018b7350fdabb (diff)
downloadscala-a23f6a7ba2c20096837a8d254a42d2bedd620f15.tar.gz
scala-a23f6a7ba2c20096837a8d254a42d2bedd620f15.tar.bz2
scala-a23f6a7ba2c20096837a8d254a42d2bedd620f15.zip
Remove experimental status from sbt build in load message
sbt is now the preferred build tool.
Diffstat (limited to 'build.sbt')
-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":