-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coax 2.0 changes the way opts are passed.
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
(defproject exoscale/seql "0.2.4-SNAPSHOT" | ||
(defproject exoscale/seql "1.0.0-SNAPSHOT" | ||
:description "Simplfied EDN Query Language for SQL" | ||
:url "https://github.com/exoscale/seql" | ||
:license {:name "MIT/ISC License"} | ||
:pedantic? :abort | ||
:scm {:name "git" :url "https://github.com/exoscale/seql"} | ||
:deploy-repositories [["snapshots" :clojars] | ||
["releases" :clojars]] | ||
:profiles {:dev {:dependencies [[com.h2database/h2 "1.4.200"]] | ||
:plugins [[lein-cljfmt "0.8.0"]] | ||
:pedantic? :warn | ||
:source-paths ["dataset"] | ||
:resource-paths ["dataset"]} | ||
["releases" :clojars]] | ||
:profiles {:dev {:dependencies [[com.h2database/h2 "1.4.200"]] | ||
:plugins [[lein-cljfmt "0.8.0"]] | ||
:pedantic? :warn | ||
:source-paths ["dataset"] | ||
:resource-paths ["dataset"]} | ||
:test {:pedantic? :ignore | ||
:plugins [[lein-cloverage "1.2.2"]]} | ||
:plugins [[lein-cloverage "1.2.2"]]} | ||
:uberjar {:pedantic? :abort}} | ||
:aliases {"coverage" ["with-profile" "+test" "cloverage"]} | ||
:dependencies [[org.clojure/clojure "1.10.3"] | ||
:dependencies [[org.clojure/clojure "1.11.1"] | ||
[com.github.seancorfield/next.jdbc "1.2.737"] | ||
[com.github.seancorfield/honeysql "2.1.818"] | ||
[exoscale/coax "1.0.0-alpha14"]]) | ||
[com.github.seancorfield/honeysql "2.1.818"] | ||
[exoscale/coax "2.0.0"]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters