@@ -15,27 +15,27 @@ These tools allow you to start a REPL for interactive use, download Clojure libr
1515====
1616
1717[[stable]]
18- == Stable Release: 1.12.2 (Aug 25, 2025)
18+ == Stable Release: 1.12.3 (Sep 25, 2025)
1919
2020Include the release in your project using the following coordinates:
2121
2222deps.edn coordinate:
2323
2424[source,clojure]
2525----
26- org.clojure/clojure {:mvn/version "1.12.2 "}
26+ org.clojure/clojure {:mvn/version "1.12.3 "}
2727----
2828
2929Leiningen dependency:
3030
3131[source,clojure]
3232----
33- [org.clojure/clojure "1.12.2 "]
33+ [org.clojure/clojure "1.12.3 "]
3434----
3535
3636=== Dependencies
3737
38- Clojure 1.12.2 depends on the following core libraries:
38+ Clojure 1.12.3 depends on the following core libraries:
3939
4040 * `org.clojure/spec.alpha {:mvn/version "0.5.238"}` (https://repo1.maven.org/maven2/org/clojure/spec.alpha/0.5.238/spec.alpha-0.5.238.jar[jar])
4141 * `org.clojure/core.specs.alpha {:mvn/version "0.4.74"}` (https://repo1.maven.org/maven2/org/clojure/core.specs.alpha/0.4.74/core.specs.alpha-0.4.74.jar[jar])
@@ -98,7 +98,7 @@ Specify the version of Clojure that you want in your deps.edn:
9898[source,clojure]
9999----
100100{:deps
101- {org.clojure/clojure {:mvn/version "1.12.2 "}}}
101+ {org.clojure/clojure {:mvn/version "1.12.3 "}}}
102102----
103103
104104=== Via Leiningen
@@ -107,7 +107,7 @@ Modify the dependencies and repositories sections of your https://leiningen.org/
107107[source,clojure]
108108----
109109; under dependencies, select the release of clojure that you want
110- :dependencies [[org.clojure/clojure "1.12.2 "]]
110+ :dependencies [[org.clojure/clojure "1.12.3 "]]
111111----
112112
113113== Using Clojure SNAPSHOT releases
0 commit comments