How can I find the version of Scala installed in the Eclipse IDE?

The question is, how can I find the version of the Scala module installed in the Eclipse IDE? I know that I installed 2.9.xxx something, but I would like to keep track of the version number in case of future updates, in order, for example, to find the correct API manual.

Or is there a general way to view versions of installed plugins in the Eclipse IDE?

Thanks in advance!

+5
source share
2 answers

Help-> About Eclipse → [scala -ide.org Button] → Plugin Information: there you can see the "Scala Library for Eclipse" plugin with the Scala version.

+13
source

You can check the installed versions of the plugins in the help menu | About Eclipse | Installation Details | Plugins

+5

All Articles