Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What scala version Intellij Idea scala plugin uses?

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?

like image 589
Cherry Avatar asked Jun 23 '14 10:06

Cherry


1 Answers

You can check the Scala compiler and language level of your project under your project options from File > Project Structure... > Modules > Scala

like image 98
jnovo Avatar answered Sep 20 '22 19:09

jnovo