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
7
7
### usage
8
8
9
9
``` clj
10
- [byte-streams " 0.2.3 " ]
10
+ [byte-streams " 0.2.4 " ]
11
11
```
12
12
13
13
### 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"
2
2
:description " A simple way to handle the menagerie of Java byte represenations."
3
3
:license {:name " MIT License"
4
4
:url " http://opensource.org/licenses/MIT" }
5
5
:dependencies [[primitive-math " 0.1.6" ]
6
6
[clj-tuple " 0.2.2" ]
7
- [manifold " 0.1.7-alpha5 " ]]
7
+ [manifold " 0.1.8 " ]]
8
8
:profiles {:dev {:dependencies [[org.clojure/clojure " 1.8.0" ]
9
9
[org.clojure/test.check " 0.9.0" ]
10
10
[rhizome " 0.2.9" ]
You can’t perform that action at this time.
0 commit comments