Skip to content

Commit

Permalink
update to Clojure 1.12.0 in root deps.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Sep 5, 2024
1 parent efa68a6 commit fcbead2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.11.4/CHANGELOG.md)*

* next
* Update to Clojure 1.12.0
* 0.20.1440 on Aug 5, 2024
* Update to Clojure 1.11.4
* 0.19.1432 on May 1, 2024
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<mavenVersion>3.8.8</mavenVersion>

<!-- default published in install deps.edn -->
<clojure.default>1.11.4</clojure.default>
<clojure.default>1.12.0</clojure.default>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/clojure/tools/deps/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:paths ["src"]

:deps {
org.clojure/clojure {:mvn/version "1.11.4"}
org.clojure/clojure {:mvn/version "1.12.0"}
}

:aliases {
Expand Down

0 comments on commit fcbead2

Please sign in to comment.