Skip to content

Commit e07127d

Browse files
committed
Fix warnings about illegal reflective access options
1 parent da84ee1 commit e07127d

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)