Skip to content

Commit

Permalink
rely on rxtx22 1.0.6 which is compatible with lein 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Mar 23, 2012
1 parent 5e54e9c commit 6141ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"]])

0 comments on commit 6141ab8

Please sign in to comment.