Update Clojure to 1.10 for use with REBL
This commit is contained in:
parent
509df19702
commit
be203e9086
1 changed files with 1 additions and 1 deletions
2
deps.edn
2
deps.edn
|
|
@ -2,7 +2,7 @@
|
||||||
;; Only supports the Clojure (.cljc) side of the house.
|
;; Only supports the Clojure (.cljc) side of the house.
|
||||||
;; Provides basic support for running the tests (in Clojure).
|
;; Provides basic support for running the tests (in Clojure).
|
||||||
{:paths ["src" "resources"]
|
{:paths ["src" "resources"]
|
||||||
:deps {org.clojure/clojure {:mvn/version "1.9.0"}
|
:deps {org.clojure/clojure {:mvn/version "1.10.0"}
|
||||||
net.cgrand/macrovich {:mvn/version "0.2.1"}}
|
net.cgrand/macrovich {:mvn/version "0.2.1"}}
|
||||||
:aliases
|
:aliases
|
||||||
{;; clj -A:test:runner
|
{;; clj -A:test:runner
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue