I am trying to compile a Scala / akka project in scala IDE for eclipse and getting the following errors:
bad symbolic reference to com.typesafe encountered in class file 'ActorSystem.class'. Cannot access term typesafe in package com. The current classpath may be missing a definition for com.typesafe, or ActorSystem.class may have been compiled against a version that's incompatible with the one found on the current classpath.
bad symbolic reference to com.typesafe.config encountered in class file 'ActorSystem.class'. Cannot access term config in value com.typesafe. The current classpath may be missing a definition for com.typesafe.config, or ActorSystem.class may have been compiled against a version that's incompatible with the one found on the current classpath.