carat-project/carat-dataset-tools

error in TypeUtlis.scala file

Opened this issue · 3 comments

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

Hi, Are you running Scala 2.11.8 or older?

Ive opened the project in Eclipse and have used the Scala compiler installation setting "Fixed Scala Installation 2.10.6 (built in)"

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?