(See the guidelines for contributing, linked above)
sbt console inserts a new line for each output line:
leo@ip-10-10-0-1:~/work/tmp/publish-example> ./sbt [13:54:44 Jul 17 2017]
[info] Loading project definition from /Users/leo/work/tmp/publish-example/project
[info] Loading settings from build.sbt ...
[info] Set current project to publish-example (in build file:/Users/leo/work/tmp/publish-example/)
[info] sbt server started at 127.0.0.1:4052
This problem doesn't exist in sbt-1.0.0-M6
sbt version: 1.0.0-RC2
Hey @xerial, thanks for opening the issue. This was caught (almost) instantly after the RC2 release and has been fixed at https://github.com/sbt/util/pull/98, which will ship in RC3.
Could this be formally attached to the 1.0.0-RC3 milestone, for future reference?
Done.
Most helpful comment
Done.