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 2e35c11 commit 58c4dd9Copy full SHA for 58c4dd9
project.clj
@@ -1,4 +1,4 @@
1
-(defproject aleph "0.3.0-SNAPSHOT"
+(defproject aleph "0.3.0-beta16"
2
:description "a framework for asynchronous communication"
3
:repositories {"jboss" "http://repository.jboss.org/nexus/content/groups/public/"
4
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
@@ -8,9 +8,9 @@
8
:dependencies [[org.clojure/tools.logging "0.2.3"]
9
[org.clojure/data.xml "0.0.7"]
10
[io.netty/netty "3.6.2.Final"]
11
- [lamina "0.5.0-SNAPSHOT"]
+ [lamina "0.5.0-beta15"]
12
[gloss "0.2.2-beta5"]
13
- [potemkin "0.2.1-SNAPSHOT"]
+ [potemkin "0.2.1"]
14
[cheshire "5.0.1"]
15
[commons-codec/commons-codec "1.7"]
16
[org.apache.commons/commons-compress "1.4.1"]]
0 commit comments