File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- (def netty-version " 4.1.30 .Final" )
1
+ (def netty-version " 4.1.31 .Final" )
2
2
3
3
(def netty-modules
4
4
'[transport
12
12
13
13
(def other-dependencies
14
14
'[[org.clojure/tools.logging " 0.4.1" :exclusions [org.clojure/clojure]]
15
- [manifold " 0.1.8 " ]
15
+ [manifold " 0.1.9-alpha2 " ]
16
16
[byte-streams " 0.2.5-alpha2" ]
17
17
[potemkin " 0.4.5" ]])
18
18
19
- (defproject aleph " 0.4.7-alpha2 "
19
+ (defproject aleph " 0.4.7-alpha3 "
20
20
:description " a framework for asynchronous communication"
21
21
:repositories {" jboss" " https://repository.jboss.org/nexus/content/groups/public/"
22
22
" sonatype-oss-public" " https://oss.sonatype.org/content/groups/public/" }
28
28
netty-modules))
29
29
:profiles {:dev {:dependencies [[org.clojure/clojure " 1.9.0" ]
30
30
[criterium " 0.4.4" ]
31
- [cheshire " 5.8.0 " ]
31
+ [cheshire " 5.8.1 " ]
32
32
[org.slf4j/slf4j-simple " 1.7.25" ]
33
33
[com.cognitect/transit-clj " 0.8.309" ]]}}
34
34
:codox {:src-dir-uri " https://github.com/ztellman/aleph/tree/master/"
You can’t perform that action at this time.
0 commit comments