Is this sort of thing make-workable?
lein update-in :plugins conj '[lein-ancient "0.6.15"]' ancient
I get
Exception in thread "main" java.lang.AssertionError: Assert failed: (every? vector? (get project dependencies-key))
at leiningen.core.classpath$get_dependencies_STAR_.invokeStatic(classpath.clj:265)
at leiningen.core.classpath$get_dependencies_STAR_.invoke(classpath.clj:265)
...
@gfredericks put --
before update-in ?
it’s also conjing the symbol ancient
--
needs to be before ancient
oooooh righto