diff --git a/build.clj b/build.clj index 3546b3a..1c35ab5 100644 --- a/build.clj +++ b/build.clj @@ -19,7 +19,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'com.github.seancorfield/honeysql) -(defn- the-version [patch] (format "2.6.%s" patch)) +(defn- the-version [patch] (format "2.7.%s" patch)) (def version (the-version (b/git-count-revs nil))) (def snapshot (the-version "9999-SNAPSHOT")) (def class-dir "target/classes") @@ -101,7 +101,7 @@ Default Clojure version is 1.10.3 (:1.10) so :elide tests for #409 on that version." [opts] - (let [aliases [:cljs :elide :1.10 :1.11 :1.12] + (let [aliases [:cljs :elide :1.11 :1.12] opts (jar-opts opts)] (b/delete {:path "target"}) (doseq [alias aliases]