Reputation: 190659
From Browse Repositories in IntelliJ 14, the newest Scala plugin is version 1.5.2.
From the Scala plugin homepage for IntelliJ, the latest version (as of Aug 10, 2015) is 1.7.4. https://plugins.jetbrains.com/plugin/?id=1347
However, when I tried to install it from "Intall plugin from disk ..." after downloading scala-intellij-bin-1.7.4
, I got this error:
What might be wrong?
Upvotes: 8
Views: 13860
Reputation: 2468
I faced the same issue with 2020.2.4 Intellij IDEA. I just uninstalled the plugin and installed it again. Fixed the problem.
Upvotes: 5
Reputation: 12397
The best option is to directly install the Scala plugin from the marketplace. However, if you can't do it for some reason (say, HTTP proxy related), you can download the plugin and install in the IntelliJ. Finding the correct plugin is little tricky, I provided a screenshot below:
The supported products are provided and we will need to look closely for that. This plugin will only work for those products.
Upvotes: 0
Reputation: 2270
Try this way:
ctrl
+ shift
+ s
Plugins
Updates
at the topUpdate all
Done!Upvotes: 1
Reputation: 5424
On the link that you've provided you can see that compatible Intellij Idea builds for 1.7.4
version are 142.3553 — 143
. The latest 14 Idea build has version lower than 142
- so it's incompatible with this plugin version. There is already EAP Intellij Idea 15 which you can download and install new scala plugin version on it.
Upvotes: 6