Skip to content

Commit 58c4dd9

Browse files
committed
mark beta16
1 parent 2e35c11 commit 58c4dd9

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,4 +1,4 @@
1-
(defproject aleph "0.3.0-SNAPSHOT"
1+
(defproject aleph "0.3.0-beta16"
22
:description "a framework for asynchronous communication"
33
:repositories {"jboss" "http://repository.jboss.org/nexus/content/groups/public/"
44
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
@@ -8,9 +8,9 @@
88
:dependencies [[org.clojure/tools.logging "0.2.3"]
99
[org.clojure/data.xml "0.0.7"]
1010
[io.netty/netty "3.6.2.Final"]
11-
[lamina "0.5.0-SNAPSHOT"]
11+
[lamina "0.5.0-beta15"]
1212
[gloss "0.2.2-beta5"]
13-
[potemkin "0.2.1-SNAPSHOT"]
13+
[potemkin "0.2.1"]
1414
[cheshire "5.0.1"]
1515
[commons-codec/commons-codec "1.7"]
1616
[org.apache.commons/commons-compress "1.4.1"]]

0 commit comments

Comments
 (0)