Skip to content

Commit

Permalink
bump clojure 1.12 to alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed May 4, 2023
1 parent 43fd00c commit 00f0d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ There are aliases to pull in and start various REPL-related tools:

There are aliases to pull in specific versions of Clojure:
* `:master` -- Clojure 1.12.0-master-SNAPSHOT
* `:1.12` -- Clojure 1.12.0-alpha2
* `:1.12` -- Clojure 1.12.0-alpha3
* `:1.11` -- Clojure 1.11.1 -- see [changes to Clojure in version 1.11.1](https://github.com/clojure/clojure/blob/master/changes.md)
* `:1.11.0` -- Clojure 1.11.0
* `:1.10` -- Clojure 1.10.3
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
;; latest 1.11 is 1.11.1 but you can ask for earlier versions:
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}}
:1.11.0 {:override-deps {org.clojure/clojure {:mvn/version "1.11.0"}}}
;; current 1.12 release is Alpha 2:
;; current 1.12 release is Alpha 3:
;; - the functionality formerly requiring the :add-libs alias for the
;; branch of tools.deps.alpha is now a part of clojure itself!
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha2"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha3"}}}
;; master is currently 1.12:
:master {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-master-SNAPSHOT"}}}}}

0 comments on commit 00f0d55

Please sign in to comment.