Skip to content

Commit 8bdbc64

Browse files
committed
mark 0.4.7-alpha2
1 parent 198a022 commit 8bdbc64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[compojure "1.6.1"]
55
[org.clojure/clojure "1.9.0"]
66
[org.clojure/core.async "0.4.474"]]
7-
:plugins [[lein-marginalia "0.9.0"]])
7+
:plugins [[lein-marginalia "0.9.1"]])

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
(def other-dependencies
1414
'[[org.clojure/tools.logging "0.4.1" :exclusions [org.clojure/clojure]]
1515
[manifold "0.1.8"]
16-
[byte-streams "0.2.5-alpha1"]
16+
[byte-streams "0.2.5-alpha2"]
1717
[potemkin "0.4.5"]])
1818

19-
(defproject aleph "0.4.7-alpha1"
19+
(defproject aleph "0.4.7-alpha2"
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/"}

0 commit comments

Comments
 (0)