@@ -88,7 +88,7 @@ Use `--help` for a list of all the command-line options.
8888For persistent configuration, you can use a [ configuration file] [ ] .
8989
9090[ homebrew ] : https://brew.sh/
91- [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.15.6 /cljfmt-0.15.6 -win-amd64.zip
91+ [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.16.0 /cljfmt-0.16.0 -win-amd64.zip
9292[ configuration file ] : #configuration
9393
9494### Clojure Tools
@@ -97,7 +97,7 @@ The official Clojure CLI supports installation of thirdparty [tools][].
9797To install cljfmt as a tool, run:
9898
9999``` bash
100- clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.15.6 "}' :as cljfmt
100+ clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.16.0 "}' :as cljfmt
101101```
102102
103103To use the tool to check for formatting errors in your project, run:
@@ -120,7 +120,7 @@ clj -Tcljfmt fix
120120Leiningen, add the following plugin to your ` project.clj ` file:
121121
122122``` clojure
123- :plugins [[dev.weavejester/lein-cljfmt " 0.15.6 " ]]
123+ :plugins [[dev.weavejester/lein-cljfmt " 0.16.0 " ]]
124124```
125125
126126To use the plugin to check code for formatting errors, run:
@@ -148,7 +148,7 @@ recursively checks / fixes paths like the CLI tool.
148148First, add the dependency:
149149
150150``` edn
151- {:deps {dev.weavejester/cljfmt {:mvn/version " 0.15.6 " }}}
151+ {:deps {dev.weavejester/cljfmt {:mvn/version " 0.16.0 " }}}
152152```
153153
154154Then use the library:
0 commit comments