triplequote / intellij-scala

Scala plugin for IntelliJ IDEA
http://blog.jetbrains.com/scala/
Apache License 2.0
0 stars 2 forks source link

Don't show "Setup Hydra" banner for unsupported Scala versions #16

Closed dotta closed 7 years ago

dotta commented 7 years ago

I just one little problem with https://github.com/triplequote/intellij-scala/pull/15/commits/a2359d4cab967edceed625e00792c878eb5604b8. If the module uses a old version of Scala that we don't support (basically any Scala version prior to 2.11.8), the banner shouldn't be displayed as the user won't be able to download a Hydra version that supports the used Scala version.

dotta commented 7 years ago

Let's display the banner iff:

For any other Scala version we just never display the banner.