I have a scala, sbt project to run and get an exception below. When trying to find a solution on the Internet, only gradle related solutions were available.
Error: scala: 'jvm-1.8' is not a valid choice for '-target'
Error: scala: invalid option: '-target: jvm-1.8'
I tried changing the compiler configuration and other intuitive settings, but to no avail, to get rid of this problem. What is missing here?
Attached screenshot. 
source share