Skip to content

Commit

Permalink
v1.12.1488
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 22, 2024
1 parent 4fd6257 commit b395366
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.12.0.1488

- Catch up with Clojure CLI 1.12.0.1488

## 1.12.0.1479

- Catch up with Clojure CLI 1.12.0.1479
Expand Down
2 changes: 1 addition & 1 deletion deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
;; see https://github.com/clojure/brew-install/blob/1.12.0/src/main/resources/clojure/install/clojure
(def ^:private version
(delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.12.0.1479")))
"1.12.0.1488")))

(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 @@ -20,7 +20,7 @@
;; see https://github.com/clojure/brew-install/blob/1.12.0/src/main/resources/clojure/install/clojure
(def ^:private version
(delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.12.0.1479")))
"1.12.0.1488")))

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

Expand Down
2 changes: 1 addition & 1 deletion resources/DEPS_CLJ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0.1480-SNAPSHOT
1.12.0.1488
2 changes: 1 addition & 1 deletion src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; see https://github.com/clojure/brew-install/blob/1.12.0/src/main/resources/clojure/install/clojure
(def ^:private version
(delay (or (System/getenv "DEPS_CLJ_TOOLS_VERSION")
"1.12.0.1479")))
"1.12.0.1488")))

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

Expand Down

0 comments on commit b395366

Please sign in to comment.