Skip to content

Commit

Permalink
v1.11.1.1435 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Dec 31, 2023
1 parent a043e8e commit 3f1714e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DEPS_CLJ_TOOLS_VERSION=1.11.1.1165 bb clojure

## Unreleased

- Catch up with Clojure CLI 1.11.1.1435
- Support older CPUs for native-image builds
- [#120](https://github.com/borkdude/deps.clj/issues/120): Use `java.nio` for writeable check rather than `java.io.File/canWrite`

Expand Down
2 changes: 1 addition & 1 deletion src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md
(def ^:private version
(delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1429")))
"1.11.1.1435")))

(def ^:private cache-version "5")

Expand Down

0 comments on commit 3f1714e

Please sign in to comment.