Add lein midje as an explicit dev dependency
This commit is contained in:
parent
f30ee7ce49
commit
2613f91510
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
|||
[clj-webdriver "0.7.2"]
|
||||
[org.seleniumhq.selenium/selenium-java "2.47.0"]]
|
||||
:repositories {"my.datomic.com" {:url "https://my.datomic.com/repo" :creds :gpg}}
|
||||
:profiles {:uberjar {:aot :all}}
|
||||
:profiles {:uberjar {:aot :all}
|
||||
:dev {:plugins [[lein-midje "3.1.3"]]}}
|
||||
:min-lein-version "2.1.2"
|
||||
:plugins [[lein-cljsbuild "1.1.1"]]
|
||||
:cljsbuild {:builds {:dev {:source-paths ["src/cljs" "src/cljc"]
|
||||
|
|
Loading…
Reference in a new issue