Skip to content

Commit

Permalink
update to Clojure 1.11.3 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Apr 24, 2024
1 parent e2b1f6d commit 49424f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Changelog

clj has both stable and prerelease versions. Current and former stable build are listed in **bold** and are (or were) available from the default [brew formula](https://github.com/clojure/brew-install/). Other versions can be obtained using versioned formulas only.

Prerelease versions: none
Prerelease versions:

* next
* Update to Clojure 1.11.3 as default

**Current stable version:**

Expand Down
2 changes: 1 addition & 1 deletion VERSION_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2.GENERATED_VERSION
1.11.3.GENERATED_VERSION
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:paths []

:deps
{org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/tools.deps {:mvn/version "0.19.1417"}
{org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.deps {:mvn/version "0.19.1421"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

:aliases
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/clojure/install/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

:aliases {
:deps {:replace-paths []
:replace-deps {org.clojure/tools.deps.cli {:mvn/version "0.10.55"}}
:replace-deps {org.clojure/clojure {:mvn/version "${clojure.version}"}
org.clojure/tools.deps.cli {:mvn/version "0.10.55"}}
:ns-default clojure.tools.deps.cli.api
:ns-aliases {help clojure.tools.deps.cli.help}}
:test {:extra-paths ["test"]}
Expand Down

0 comments on commit 49424f6

Please sign in to comment.