Deprecation message in Scala REPL
Completed
I'm getting a deprecation message in the Scala REPL:
"warning: -Xnojline is deprecated: Replaced by -Xjline:off"
but I can't find where in the IDEA config the nojline option is being added. Please can someone tell me how to get rid of this warning message?
Thanks.
Please sign in to leave a comment.
The setting is added silently under the hood, you can't see in the UI.
The issue is actual since Scala 2.13.10, works fine in 2.13.9, you might use it as a workaround.
Please follow https://youtrack.jetbrains.com/issue/SCL-20660 for the actual fix
UPD: the issue is fixed in 2022.3
Thanks for the update, Dmitrii - I'll give it a go.