From 6141ab8f356a53db6c5f3ab0ea673fa175882c1d Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Fri, 23 Mar 2012 12:23:52 +0000 Subject: [PATCH] rely on rxtx22 1.0.6 which is compatible with lein 2.x --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 29390a1..4e76b5d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject serial-port "1.1.1" +(defproject serial-port "1.1.2" :description "Simple serial port comms library. Wraps RxTx." :dependencies [[org.clojure/clojure "1.3.0"] - [rxtx22 "1.0.5"]]) + [rxtx22 "1.0.6"]])