Skip to content

Commit

Permalink
Claypoole exclusion no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 4, 2016
1 parent 7f317bc commit 58d7444
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
(defproject afterglow-max "0.2.0"
(defproject afterglow-max "0.2.1-SNAPSHOT"
:description "A package for hosting Afterglow inside Cycling ‘74’s Max."
:url "https://github.com/brunchboy/afterglow-max"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[com.climate/claypoole "1.1.0"]
[afterglow "0.2.0" :exclusions [com.climate/claypoole]]
[afterglow "0.2.1-SNAPSHOT"]
[com.taoensso/timbre "4.2.1"]]
:main afterglow.core ; So command-line arguments can be used, e.g. to convert QXF files.
:uberjar-name "afterglow-max.jar"
Expand Down

0 comments on commit 58d7444

Please sign in to comment.