We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc850b commit 5177edbCopy full SHA for 5177edb
project.clj
@@ -1,8 +1,8 @@
1
-(defproject byte-streams "0.2.1-alpha4"
+(defproject byte-streams "0.2.1"
2
:description "A simple way to handle the menagerie of Java byte represenations."
3
:license {:name "MIT License"
4
:url "http://opensource.org/licenses/MIT"}
5
- :dependencies [[primitive-math "0.1.4"]
+ :dependencies [[primitive-math "0.1.5"]
6
[clj-tuple "0.2.2"]
7
[manifold "0.1.2"]]
8
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
0 commit comments