I am surprised that this has not yet been answered. I ran into the same problem again. Try running REPL as follows:
C:\> scala -Xnojline
This should disable JLine and allow you to use the method readLineas you would expect (by displaying the characters you entered when entering them).
source
share