Skip to content

Commit

Permalink
v1.11.3.1463
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 6, 2024
1 parent b40fc7c commit 084a154
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ DEPS_CLJ_TOOLS_VERSION=1.11.1.1165 bb clojure

[deps.clj](https://github.com/borkdude/deps.clj): a faithful port of the clojure CLI bash script to Clojure

## 1.11.3.1463

- Catch up with Clojure CLI 1.11.3.1463

## 1.11.2.1446

- Catch up with Clojure CLI 1.11.2.1446
Expand Down
2 changes: 1 addition & 1 deletion deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.2.1446")))
"1.11.3.1463")))

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

Expand Down
2 changes: 1 addition & 1 deletion deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.2.1446")))
"1.11.3.1463")))

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

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.2.1446")))
"1.11.3.1463")))

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

Expand Down

0 comments on commit 084a154

Please sign in to comment.