File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,20 @@ Official web site: https://clojurescript.org
66
77## Releases and dependency information ##
88
9- Latest stable release: 1.12.42
9+ Latest stable release: 1.12.110
1010
1111* [ All released versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
1212
1313[ Clojure deps.edn] ( http://clojure.org/guides/deps_and_cli ) dependency information:
1414
1515 ```
16- org.clojure/clojurescript {:mvn/version "1.12.42 "}
16+ org.clojure/clojurescript {:mvn/version "1.12.110 "}
1717 ```
1818
1919[ Leiningen] ( https://github.com/technomancy/leiningen/ ) dependency information:
2020
2121```
22- [org.clojure/clojurescript "1.12.42 "]
22+ [org.clojure/clojurescript "1.12.110 "]
2323```
2424
2525[ Maven] ( https://maven.apache.org ) dependency information:
Original file line number Diff line number Diff line change 1- ## 1.12.
1+ ## 1.12.110
22
33### Changes
44* CLJS-3233: ` :refer-global ` + ` :only ` , ` :require-global `
You can’t perform that action at this time.
0 commit comments