Dont know if there is something by default. But you may be able to use a #postLoadDoIt
to be called when loading is finished (your project and dependencies) and then
use Gofer to update the dependency to the latest packages. Something like:
postloadForCore: loader package: packageSpec
Transcript show: 'This is called after loading and we use Gofer to update some packages'.
Gofer loadWhatever ...
But maybe this is too late for you in the loading process. Dont know if one
can specify a postload for a dependency.
Dont know if there is something by default. But you may be able to use a #postLoadDoIt
to be called when loading is finished (your project and dependencies) and then
use Gofer to update the dependency to the latest packages. Something like:
postloadForCore: loader package: packageSpec
Transcript show: 'This is called after loading and we use Gofer to update some packages'.
Gofer loadWhatever ...
But maybe this is too late for you in the loading process. Dont know if one
can specify a postload for a dependency.