I have en error with java annotation on scala enums. This scala bug seems to be fixed, but Inteliij Idea shows an error. So how I can ensure that intellij Idea scala plugin uses actual scala version?
Asked
Active
Viewed 1.4k times
2 Answers
10
You can check the Scala compiler and language level of your project under your project options from File > Project Structure... > Modules > Scala

jnovo
- 5,659
- 2
- 38
- 56
9
I don't know if this has been updated by IntelliJ (currently on 2020.02
version) or not, but it was under:
File > Project Structure > Platform Settings (left tab) > Global Libraries > Scala version"

Sang Yun Park
- 459
- 7
- 14