beginners

Getting started with Clojure/ClojureScript? Welcome! Also try: https://ask.clojure.org. Check out resources at https://gist.github.com/yogthos/be323be0361c589570a6da4ccc85f58f.
GGfpc 2020-09-13T21:16:52.163100Z

I'm having a weird issue with my dependencies, I'm hoping someone here can help My tests are failing due to a missing class

Caused by: java.lang.ClassNotFoundException: clojure.data.xml.Element
However the previous commit passed. What's weird is that I can't see any changes that could affect this. My project.clj is exactly the same and so it the class that it is testing. Does anyone have any clues?

2020-09-13T22:35:24.164100Z

When you say the previous commit passed, have you checked it out and tried it again?

2020-09-13T22:36:14.164800Z

Are you aot compiling your project?