More issues with IntelliJ 9.0.1 "Hello World" in Scala - Predef version 5.0 vs 4.1
- by Alex R
Any ideas what could cause this?
Scala signature Predef has wrong version
Expected 5.0
found: 4.1 in .... scala-library.jar
I tried both versions 2.7.6 and 2.8 RC1 of scala-*.jar, the result was the same.
JDK is 1.6.u20.
UPDATE
Today uninstalled IntelliJ 9.0.1, and installed 9.0.2 Early Availability, with the 4/14 stable version of the Scala…