You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To print some welcome message like Welcome to Morganey REPL (<version>) we need the current version of Morganey.
One way to achieve this is with the sbt plugin sbt-buildinfo. Using it you can generate sources (containing version numbers) from the sbt build definition.
There are of course multiple ways to implement this, but I just scrolled through the issues and remembered sbt-buildinfo, so i wanted to leave a note.
REPL should print a standard splash with Welcome message and version of Morganey.
The text was updated successfully, but these errors were encountered: