Fork me on GitHub
#leiningen
<
2019-07-12
>
michaelr06:07:51

guys, please suggest a way to debug

practicalli-johnny08:07:38

If all you did was update dependency versions, then one or more of those dependencies is going to be the problem. I would check out the last known commit that worked and check it still works, ensuring that nothing outside your project has changed (that you forgot about). Then just work through the commits until you find the dependency causing the problem (assuming you did nice fine grande commits).