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
The clojure version included by one of my default dependencies was loaded before the clojure version defined in the project by BOOT_CLOJURE_VERSION, without any warning or trace.
The workaround is to exclude clojure from all the default dependencies, but ideally clojure should be excluded by boot automatically.
The text was updated successfully, but these errors were encountered:
I think the correct solution is to add an explicit org.clojure/clojure dependency to your :dependencies in the build.boot file. I think there should be a warning, though. What do you think?
The clojure version included by one of my default dependencies was loaded before the clojure version defined in the project by
BOOT_CLOJURE_VERSION
, without any warning or trace.The workaround is to exclude clojure from all the default dependencies, but ideally clojure should be excluded by boot automatically.
The text was updated successfully, but these errors were encountered: