Clojure
Clojure 1.13.0-alpha2

Clojure 1.13.0-alpha2

02 July 2026
Alex Miller

Clojure 1.13.0-alpha2 is now available! Find download and usage information on the Downloads page.

  • Fixes a build problem from new Maven plugins by reverting the change

Try it out

Update your deps.edn :deps with:

org.clojure/clojure {:mvn/version "1.13.0-alpha2"}

Start a REPL with the Clojure CLI (any version) with:

clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.13.0-alpha2"}}}