You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the pom.xml file contains two dependencies that are missing their test scope option so I had to exclude them in the boot file for my project:
For some reason the pom.xml file contains two dependencies that are missing their test scope option so I had to exclude them in the boot file for my project:
:exclusions [com.cemerick/austin org.clojure/clojure]]
The text was updated successfully, but these errors were encountered: