Add sablono as dev dependency to avoid error

* reloading clj code in REPL does not work without sablono as a
  dependency (devcards issue)
This commit is contained in:
Teemu Patja 2017-02-19 10:47:16 +02:00
parent 97c7800e4d
commit d503c84928
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@
[binaryage/devtools "0.9.0"] [binaryage/devtools "0.9.0"]
[figwheel-sidecar "0.5.9"] [figwheel-sidecar "0.5.9"]
[org.clojure/tools.nrepl "0.2.12"] [org.clojure/tools.nrepl "0.2.12"]
[com.cemerick/piggieback "0.2.2-SNAPSHOT"]] [com.cemerick/piggieback "0.2.2-SNAPSHOT"]
[sablono "0.7.7"]]
:plugins [[com.jakemccrary/lein-test-refresh "0.14.0"] :plugins [[com.jakemccrary/lein-test-refresh "0.14.0"]
[lein-doo "0.1.7"] [lein-doo "0.1.7"]
[lein-figwheel "0.5.9"]] [lein-figwheel "0.5.9"]]