Problem

(error message) object krysalis is not a member of package org


Reason

The managed dependency is not declared.

Solution

Add the dependency in "/build.sbt," not in "project/Build.scala."



Don't forget to command "reload" before compile again.