Skip to content

Commit

Permalink
move cljs dependency to alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmassa committed Mar 13, 2023
1 parent 398eb10 commit 15e8be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.60"}
org.clojure/core.async {:mvn/version "1.6.673"}}
:aliases {:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.22.0"}
:aliases {:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.60"}
thheller/shadow-cljs {:mvn/version "2.22.0"}
binaryage/devtools {:mvn/version "1.0.6"}}
:extra-paths ["test"]}
:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.77.1236"}
Expand Down

0 comments on commit 15e8be1

Please sign in to comment.