Skip to content

Commit 7aa94b7

Browse files
authored
Merge pull request #13 from hiteshjasani/master
Fix warnings about illegal reflective access operations
2 parents da84ee1 + e07127d commit 7aa94b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:url "http://unlicense.org/"}
66
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
77
[org.clojure/clojurescript "1.9.946" :scope "provided"]
8-
[io.netty/netty-buffer "4.1.5.Final"]]
8+
[io.netty/netty-buffer "4.1.24.Final"]]
99

1010
:source-paths ["src"]
1111
:test-paths ["test"]

0 commit comments

Comments
 (0)