Skip to content

Commit 388175d

Browse files
committed
mark 0.2.1-alpha1
1 parent 76d3f54 commit 388175d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(defproject byte-streams "0.2.1-SNAPSHOT"
1+
(defproject byte-streams "0.2.1-alpha1"
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.4"]
66
[clj-tuple "0.2.2"]
7-
[manifold "0.1.0"]]
7+
[manifold "0.1.1-alpha4"]]
88
:profiles {:dev {:dependencies [[org.clojure/clojure "1.7.0"]
9-
[org.clojure/test.check "0.7.0"]
9+
[org.clojure/test.check "0.8.1"]
1010
[codox-md "0.2.0" :exclusions [org.clojure/clojure]]]}}
1111
:test-selectors {:stress :stress
1212
:default (complement :stress)}

0 commit comments

Comments
 (0)