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

Commit

Permalink
Revert CIDER removal and update to recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Jan 26, 2018
1 parent d1a34be commit 2b88442
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
[pandect "0.6.1"]
[cljsjs/moment "2.17.1-1"]
[org.clojure/tools.nrepl "0.2.13"]
[com.cemerick/piggieback "0.2.2"]
[jarohen/chime "0.2.2"]
[com.andrewmcveigh/cljs-time "0.5.1"]
[akiroz.re-frame/storage "0.1.2"]
[com.cemerick/piggieback "0.2.2"]
[cljsjs/chartjs "2.6.0-0"]
[org.web3j/core "2.3.1"]
[cljs-web3 "0.19.0-0-7"]]
Expand All @@ -65,6 +65,7 @@

:plugins [[lein-cprop "1.0.1"]
[migratus-lein "0.4.1"]
[cider/cider-nrepl "0.15.0-SNAPSHOT"]
[lein-cljsbuild "1.1.7"]
[lein-auto "0.1.2"]
[lein-less "1.7.5"]
Expand Down Expand Up @@ -110,6 +111,7 @@
{:externs-validation :off
:non-standard-jsdoc :off}}}}}

:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}

:aot :all
:uberjar-name "commiteth.jar"
Expand Down Expand Up @@ -143,7 +145,7 @@

:prep-tasks ["build-contracts" "javac"]
:doo {:build "test"}
:source-paths ["env/dev/clj" "test/clj" "src/cljs" "env/dev/cljs"]
:source-paths ["env/dev/clj" "test/clj"]
:resource-paths ["env/dev/resources"]
:repl-options {:init-ns user
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
Expand Down

0 comments on commit 2b88442

Please sign in to comment.