When I'm doing sbt compile -feature
on my Scala project I get a mysterious warnings:
The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
I have no clue what that dash/minus command is or where it is possibly being used. Searching for it on google is impossible, as well as grepping the code base for it (There are just /so/ /many/ /dashes/).
If at least I knew where it is defined. I could not find anything in the scala doc either.