RackSec / desdemona

Data-backed security operations
Eclipse Public License 1.0
2 stars 7 forks source link

Upgrade to cljfmt, figwheel... once cljfmt supports tools.reader 1.0.0+ #112

Open lvh opened 8 years ago

lvh commented 8 years ago

We can't do this right now because cljfmt-0.4.1 (and current figwheel release) rely on tools.reader CLJS-specific features which are only available in 1.0.0-alpha{1,3}, and lein-ancient is reluctant to add a dependency on a pre-release version of tools.reader (a reasonable position).

This is being tracked here: https://github.com/xsc/lein-ancient/issues/72

lvh commented 8 years ago

lein-ancient released a new version (0.6.10); so perhaps we can just update this now.