Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Update paren-soup
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Sep 21, 2019
1 parent cbb9402 commit ddb1514
Show file tree
Hide file tree
Showing 3 changed files with 2,830 additions and 2,830 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src/clj" "resources" "classes"]
{:paths ["src/clj" "src/cljs" "resources" "classes"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
leiningen {:mvn/version "2.9.0" :exclusions [leiningen.search]}
ring {:mvn/version "1.7.1"}
Expand All @@ -16,8 +16,8 @@
org.openjfx/javafx-web$linux {:mvn/version "13"}
org.openjfx/javafx-web$mac {:mvn/version "13"}}
:aliases {:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version "1.10.520"}
paren-soup {:mvn/version "2.15.0"}}
:extra-paths ["src/cljs" "dev-resources"]
paren-soup {:mvn/version "2.15.6"}}
:extra-paths ["dev-resources"]
:main-opts ["cljs.clj"]}
:dev {:extra-deps {orchestra {:mvn/version "2018.12.06-2"}
expound {:mvn/version "0.7.2"}}
Expand Down
Loading

0 comments on commit ddb1514

Please sign in to comment.