Fork me on GitHub
#ring
<
2021-10-24
>
kah0ona08:10:59

Hi folks, is there a reason why a lib like ring-oauth2 depends on clojure 1.7? Is it so that it’s more backwards compatible and usable in lower clojure versions? Thing is, my CIDER doesn’t like it: WARNING: Clojure version (1.7.0) is not supported (minimum 1.8.0). CIDER will not work. (More information) WARNING: CIDER requires cider-nrepl to be fully functional. Some features will not be available without it! (More information)

weavejester13:10:31

Yes, it’s so it’s compatible. By depending on an older version, we ensure that we’re not accidentally relying on features introduced in a later version.