Skip to content

Commit

Permalink
update for Clojure 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Sep 14, 2011
1 parent de63c3f commit b607932
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions project.clj
@@ -1,7 +1,6 @@
(defproject overtone/osc-clj "0.6.2"
(defproject overtone/osc-clj "0.7.0"
:description "An Open Sound Control library for Clojure."
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
:dependencies [[org.clojure/clojure "1.3.0-RC0"]
[org.clojars.technomancy/jmdns "3.2.1"]
[commons-net "3.0.1"]
[overtone/at-at "0.1.0"]])
[overtone/at-at "0.2.0"]])

0 comments on commit b607932

Please sign in to comment.