Skip to content

Commit

Permalink
Merge pull request #13 from hiteshjasani/master
Browse files Browse the repository at this point in the history
Fix warnings about illegal reflective access operations
  • Loading branch information
niwinz authored Apr 24, 2018
2 parents da84ee1 + e07127d commit 7aa94b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://unlicense.org/"}
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
[org.clojure/clojurescript "1.9.946" :scope "provided"]
[io.netty/netty-buffer "4.1.5.Final"]]
[io.netty/netty-buffer "4.1.24.Final"]]

:source-paths ["src"]
:test-paths ["test"]
Expand Down

0 comments on commit 7aa94b7

Please sign in to comment.