brew upgrade poly
If the poly
tool has been installed, it can be upgraded.
Polylith’s releases are found and described on our releases page. We document our release strategy in detail here.
Use standard brew package upgrade techniques. For example:
brew upgrade poly
Or, optionally, specify the tap:
brew upgrade polyfy/polylith/poly
Download the latest release, e.g. poly-0.2.20.jar
.
Update the poly
shell script you created during installation to reference the new jar.
Download the latest release, e.g. poly-0.2.20.jar
.
Update the poly.bat
file you created during installation to reference the new jar.
Use standard Nix upgrade techniques. For example:
nix-channel --update
Followed by:
nix-env -u polylith
Update your polylith/clj-poly
dependency in your ./deps.edn
to the current version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close