I'm experiencing a problem when running latest play framework 2.3.
It compiles just fine, although when I do activator run
this error happens:
java.lang.NoSuchMethodError: scala.Predef$.ArrowAssoc(Ljava/lang/Object;)Ljava/lang/Object;
I explicitly tried scalaVersion in every build.sbt file and it is the same.
I tried several things like activator clean
, full removal os sbt caches and local repo sbt stuff, updating dependencies to latest version but no success.
I have scala version defined.
My current dependencies are:
I tried with both %%
and force _2.11
in the name of the dependency.
Other important files
When I fully clean caches it downloads scala 2.10.4 for no reason: in this download log it says the sbt need the old scala. Any idea why is this?
Any ideas?