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
This seems to be an issue with Quil version 2.2.5 and Clojure 1.6. Edit the project.clj file and either change the quil dependency to 2.2.4 or add :exclusions [org.clojure/clojure] to the dependency entry for quil 2.2.5
Hey, @jr0cket , do you see the warning still now? As far as I tried recently, quil version was updated to 2.2.6 and didn't see any warning. Give it a try again.
Running the command
lein new quil drawing
creates a project. When runninglein deps
in this drawing project, warnings are generatedThis seems to be an issue with Quil version 2.2.5 and Clojure 1.6. Edit the
project.clj
file and either change the quil dependency to 2.2.4 or add:exclusions [org.clojure/clojure]
to the dependency entry for quil 2.2.5Or simply clone the existing repository, rather than create your own project with Leiningen.
Thank you
The text was updated successfully, but these errors were encountered: