Skip to content

Commit 9f886bd

Browse files
committed
target latest dependencies, mark 0.4.7-alpha3
1 parent cf9540a commit 9f886bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def netty-version "4.1.30.Final")
1+
(def netty-version "4.1.31.Final")
22

33
(def netty-modules
44
'[transport
@@ -12,11 +12,11 @@
1212

1313
(def other-dependencies
1414
'[[org.clojure/tools.logging "0.4.1" :exclusions [org.clojure/clojure]]
15-
[manifold "0.1.8"]
15+
[manifold "0.1.9-alpha2"]
1616
[byte-streams "0.2.5-alpha2"]
1717
[potemkin "0.4.5"]])
1818

19-
(defproject aleph "0.4.7-alpha2"
19+
(defproject aleph "0.4.7-alpha3"
2020
:description "a framework for asynchronous communication"
2121
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
2222
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
@@ -28,7 +28,7 @@
2828
netty-modules))
2929
:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0"]
3030
[criterium "0.4.4"]
31-
[cheshire "5.8.0"]
31+
[cheshire "5.8.1"]
3232
[org.slf4j/slf4j-simple "1.7.25"]
3333
[com.cognitect/transit-clj "0.8.309"]]}}
3434
:codox {:src-dir-uri "https://github.com/ztellman/aleph/tree/master/"

0 commit comments

Comments
 (0)