Skip to content

Commit

Permalink
Bump tools jar to 1.11.1.1177
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 24, 2022
1 parent c1dabae commit 9cc85f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEPS_CLJ_TOOLS_VERSION=1.11.1.1165 bb clojure
## Unreleased

- [#71](https://github.com/borkdude/deps.clj/issues/71): Port stale check for jar files ([commit](https://github.com/clojure/brew-install/commit/f791abf1d93563c1ed8f256830bd0bfc085fdd53)]
- Bump tools jar to `1.11.1.1174`
- Bump tools jar to `1.11.1.1177`

## v1.11.1.1165

Expand Down
2 changes: 1 addition & 1 deletion deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md
(def version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1174")))
"1.11.1.1177")))

(def deps-clj-version "1.11.1.1166-SNAPSHOT")

Expand Down
2 changes: 1 addition & 1 deletion deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md
(def version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1174")))
"1.11.1.1177")))

(def deps-clj-version "1.11.1.1166-SNAPSHOT")

Expand Down
2 changes: 1 addition & 1 deletion src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

;; see https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md
(def version (delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.11.1.1174")))
"1.11.1.1177")))

(def deps-clj-version
(-> (io/resource "DEPS_CLJ_VERSION")
Expand Down

0 comments on commit 9cc85f5

Please sign in to comment.