error in TypeUtlis.scala file
Opened this issue · 3 comments
HamnaAnwar commented
Hi,
I am getting an error "decl is not a member of reflect.runtime.universe.Type " at line 20 in the TypeUtils.scala file
Can you please tell me how this can be resolved? Thank you
lagerspetz commented
Hi, Are you running Scala 2.11.8 or older?
HamnaAnwar commented
Ive opened the project in Eclipse and have used the Scala compiler installation setting "Fixed Scala Installation 2.10.6 (built in)"
lagerspetz commented
Ok. Most of our code is for Scala 2.11. You can see this in the pom: <scala.version>2.11.8</scala.version>
Have you tried that version?