We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbff50 commit e981dd9Copy full SHA for e981dd9
project.clj
@@ -4,8 +4,8 @@
4
:license {:name "Public Domain"
5
:url "http://unlicense.org/"}
6
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
7
- [org.clojure/clojurescript "1.9.946" :scope "provided"]
8
- [io.netty/netty-buffer "4.1.24.Final"]]
+ [org.clojure/clojurescript "1.10.339" :scope "provided"]
+ [io.netty/netty-buffer "4.1.30.Final"]]
9
10
:source-paths ["src"]
11
:test-paths ["test"]
0 commit comments