Skip to content

Commit

Permalink
Bump Clojure dep to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 5, 2024
1 parent bc32b85 commit 17b1cf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changelog
===========

* next
* Bump clojure dep to 1.11.4
* Improve error message when clone fails to include url
* 2.5.197 on May 31, 2023
* TDEPS-248 - Make `tags` return known tags when offline
Expand Down
2 changes: 1 addition & 1 deletion VERSION_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.GENERATED_VERSION
2.6.GENERATED_VERSION
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{:paths ["src/main/clojure"]
:deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
:deps {org.clojure/clojure {:mvn/version "1.11.4"}}}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<clojure.warnOnReflection>true</clojure.warnOnReflection>
<clojure.version>1.9.0</clojure.version>
<clojure.version>1.11.4</clojure.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 17b1cf0

Please sign in to comment.