diff --git a/README.md b/README.md index 724e6d3..2daa225 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINO > Note: every commit to the **develop** branch runs CI (GitHub Actions) and successful runs push a MAJOR.MINOR.9999-SNAPSHOT build to Clojars so the very latest version of HoneySQL is always available either via that [snapshot on Clojars](https://clojars.org/com.github.seancorfield/honeysql) or via a git dependency on the latest SHA. -HoneySQL 2.7.x requires Clojure 1.10.3 or later. +HoneySQL 2.7.y requires Clojure 1.10.3 or later. Earlier versions of HoneySQL support Clojure 1.9.0. It also supports recent versions of ClojureScript and Babashka. diff --git a/doc/differences-from-1-x.md b/doc/differences-from-1-x.md index 246fe00..d12efc3 100644 --- a/doc/differences-from-1-x.md +++ b/doc/differences-from-1-x.md @@ -9,7 +9,7 @@ The DSL itself -- the data structures that both versions convert to SQL and para If you are using Clojure 1.11, you can invoke `format` with a mixture of named arguments and a trailing hash map of additional options, if you wish. -HoneySQL 1.x supported Clojure 1.7 and later. HoneySQL 2.7.x requires Clojure 1.10.3 or later. Earlier versions of HoneySQL 2.x support Clojure 1.9.0. +HoneySQL 1.x supported Clojure 1.7 and later. HoneySQL 2.7.y requires Clojure 1.10.3 or later. Earlier versions of HoneySQL 2.x support Clojure 1.9.0. ## Group, Artifact, and Namespaces