Update dev tools and fix write history

This commit is contained in:
Andros Fenollosa
2019-08-04 01:13:30 +02:00
parent 564341e209
commit e77b46af01
3 changed files with 39 additions and 19 deletions

View File

@@ -12,7 +12,13 @@
[clj-http "3.10.0"]
; Parse JSON
[cheshire "5.8.1"]
]
]
:plugins [
; Dev Tools
[lein-auto "0.1.3"]
[lein-kibit "0.1.7"]
[lein-cljfmt "0.6.4"]
]
:main ^:skip-aot isahn.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})