Skip to content

Commit 34dbd39

Browse files
committed
Merge pull request scala#5211 from janekdb/topic/2.12.x-remove-experimental-notice-from-sbt-build
Remove experimental status from sbt build in load message
2 parents 3bb7358 + a23f6a7 commit 34dbd39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,7 @@ lazy val root = (project in file("."))
700700
scaladoc, scalap, partestExtras, junit, libraryAll, scalaDist).settings(
701701
sources in Compile := Seq.empty,
702702
onLoadMessage := """|*** Welcome to the sbt build definition for Scala! ***
703-
|This build definition has an EXPERIMENTAL status. If you are not
704-
|interested in testing or working on the build itself, please use
705-
|the Ant build definition for now. Check README.md for more information.""".stripMargin
703+
|Check README.md for more information.""".stripMargin
706704
)
707705

708706
// The following subprojects' binaries are required for building "pack":

0 commit comments

Comments
 (0)