From d8266b071512b704b617673cd2f16800df051616 Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Mon, 14 Jan 2013 22:53:40 +0000 Subject: [PATCH] update jmdns and at-at dependencies and move to 0.9.0-SNAPSHOT --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 4823745..c14e38f 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject overtone/osc-clj "0.8.1" +(defproject overtone/osc-clj "0.9.0-SNAPSHOT" :description "An Open Sound Control library for Clojure." :dependencies [[org.clojure/clojure "1.3.0"] - [org.clojars.technomancy/jmdns "3.2.1"] + [javax.jmdns/jmdns "3.4.1"] [commons-net "3.0.1"] - [overtone/at-at "1.0.0"]]) + [overtone/at-at "1.1.0"]])