. "$GRIMOIRE/FUNCTIONS" &&
# Version 5.0.1 bumped the soversion from 3 to 10.
# We put a hack in place so that dependent spells survive somehow
# thus cast needed instead of check.
cast_dependents_versionjump $SPELL $VERSION 5.0.1 &&
# Special case is isl, which missed a dependency until recently.
# Trigger that manually.
if is_version_between $(installed_version "$SPELL") "5.0.1" "$VERSION"; then
  up_trigger isl cast_self
fi
