Skip to content

Commit 640ce3e

Browse files
authored
Merge pull request #568 from Ganeshgautam/patch-1
Moving to newer netty 4.1.64.Final
2 parents d44bf22 + aa6ecaf commit 640ce3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

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

33
(def netty-modules
44
'[transport
@@ -16,7 +16,7 @@
1616
[byte-streams "0.2.5-alpha2"]
1717
[potemkin "0.4.5"]])
1818

19-
(defproject aleph "0.4.7-alpha7"
19+
(defproject aleph "0.4.7-alpha8"
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)