Skip to content

Commit

Permalink
tidy up banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 13, 2020
1 parent 11a4c54 commit 6e2245e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions amm/repl/src/main/scala/ammonite/main/Defaults.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ object Defaults{
def ammoniteVersion = ammonite.Constants.version
def scalaVersion = scala.util.Properties.versionNumberString
def javaVersion = System.getProperty("java.version")
val link = "www.patreon.com/lihaoyi"
Util.normalizeNewlines(
s"""Welcome to the Ammonite Repl $ammoniteVersion
|(Scala $scalaVersion Java $javaVersion)
|If you like Ammonite, please support our development at $link""".stripMargin
s"Welcome to the Ammonite Repl $ammoniteVersion (Scala $scalaVersion Java $javaVersion)"
)
}

Expand Down

0 comments on commit 6e2245e

Please sign in to comment.