clojure 1.12 alpha 12
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
747383c847
commit
1b7ade9317
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* Address [#527](https://github.com/seancorfield/honeysql/issues/527) by adding tests and more documentation for `:composite`.
|
||||
* Add example of mixed `DO UPDATE SET` with `EXCLUDED` and regular SQL expressions.
|
||||
* Improve exception message when un-`lift`-ed JSON expressions are used in the DSL.
|
||||
* Update Clojure versions (to 1.11.3 and 1.12.0-alpha11); update other dev/test dependencies.
|
||||
* Update Clojure versions (to 1.11.3 and 1.12.0-alpha12); update other dev/test dependencies.
|
||||
|
||||
* 2.6.1126 -- 2024-03-04
|
||||
* Address [#524](https://github.com/seancorfield/honeysql/issues/524) by adding example of `{:nest ..}` in `:union` clause reference docs.
|
||||
|
|
|
|||
4
deps.edn
4
deps.edn
|
|
@ -11,7 +11,7 @@
|
|||
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
|
||||
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
|
||||
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}}
|
||||
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha11"}}}
|
||||
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha12"}}}
|
||||
|
||||
:elide ; to test #409 (assertion on helper docstrings)
|
||||
{:jvm-opts ["-Dclojure.compiler.elide-meta=[:doc]"]}
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
:main-opts ["-m" "cljs-test-runner.main"]}
|
||||
|
||||
:gen-doc-tests {:replace-paths ["build"]
|
||||
:extra-deps {babashka/fs {:mvn/version "0.5.20"}
|
||||
:extra-deps {babashka/fs {:mvn/version "0.5.21"}
|
||||
com.github.lread/test-doc-blocks {:mvn/version "1.1.20"}}
|
||||
:main-opts ["-m" "honey.gen-doc-tests"]}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue