7

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?

Cherry
  • 31,309
  • 66
  • 224
  • 364

2 Answers2

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