Skip to content

Commit 71ecdfd

Browse files
committed
Update dependencies
1 parent 433b714 commit 71ecdfd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

project.clj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
:url "https://github.com/funcool/octet"
44
:license {:name "Public Domain"
55
:url "http://unlicense.org/"}
6-
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
7-
[org.clojure/clojurescript "1.10.773" :scope "provided"]
8-
[io.netty/netty-buffer "4.1.52.Final"]]
6+
:dependencies [[org.clojure/clojure "1.12.2" :scope "provided"]
7+
[org.clojure/clojurescript "1.12.339" :scope "provided"]
8+
[io.netty/netty-buffer "4.2.6.Final"]]
99

1010
:source-paths ["src"]
1111
:test-paths ["test"]
@@ -29,5 +29,3 @@
2929
[lein-ancient "0.6.15"]]}
3030
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}
3131
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}})
32-
33-

0 commit comments

Comments
 (0)