Skip to content

Commit

Permalink
Bump tools jar to 1.11.1.1174
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 24, 2022
1 parent efffdc3 commit c1dabae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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`

## v1.11.1.1165

Expand Down
4 changes: 2 additions & 2 deletions deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
(set! *warn-on-reflection* true)
(def path-separator (System/getProperty "path.separator"))

;; see https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md
;; 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.1165")))
"1.11.1.1174")))

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

Expand Down
4 changes: 2 additions & 2 deletions deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
(set! *warn-on-reflection* true)
(def path-separator (System/getProperty "path.separator"))

;; see https://github.com/clojure/brew-install/blob/1.10.3/CHANGELOG.md
;; 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.1165")))
"1.11.1.1174")))

(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.1165")))
"1.11.1.1174")))

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

0 comments on commit c1dabae

Please sign in to comment.