File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This library is a Rosetta stone for all the byte representations Java has to off
77### usage
88
99``` clj
10- [byte-streams " 0.2.3 " ]
10+ [byte-streams " 0.2.4 " ]
1111```
1212
1313### converting types
Original file line number Diff line number Diff line change 1- (defproject byte-streams " 0.2.4-alpha4 "
1+ (defproject byte-streams " 0.2.4"
22 :description " A simple way to handle the menagerie of Java byte represenations."
33 :license {:name " MIT License"
44 :url " http://opensource.org/licenses/MIT" }
55 :dependencies [[primitive-math " 0.1.6" ]
66 [clj-tuple " 0.2.2" ]
7- [manifold " 0.1.7-alpha5 " ]]
7+ [manifold " 0.1.8 " ]]
88 :profiles {:dev {:dependencies [[org.clojure/clojure " 1.8.0" ]
99 [org.clojure/test.check " 0.9.0" ]
1010 [rhizome " 0.2.9" ]
You can’t perform that action at this time.
0 commit comments