Skip to content

Commit

Permalink
Bump to Clojure CLI 1.11.2.1446
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 11, 2024
1 parent 3e5dcdf commit 3d785f6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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.2.1446

- Catch up with Clojure CLI 1.11.2.1446

## 1.11.1.1435

- Catch up with Clojure CLI 1.11.1.1435
Expand Down
4 changes: 2 additions & 2 deletions deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Generated with script/gen_script.clj. Do not edit directly.

(ns borkdude.deps
"Port of https://github.com/clojure/brew-install/blob/1.11.1/src/main/resources/clojure/install/clojure in Clojure"
"Port of https://github.com/clojure/brew-install/blob/1.11.2/src/main/resources/clojure/install/clojure in Clojure"
(:require
[clojure.java.io :as io]
[clojure.string :as str])
Expand All @@ -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.1.1435")))
"1.11.2.1446")))

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

Expand Down
4 changes: 2 additions & 2 deletions deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Generated with script/gen_script.clj. Do not edit directly.

(ns borkdude.deps
"Port of https://github.com/clojure/brew-install/blob/1.11.1/src/main/resources/clojure/install/clojure in Clojure"
"Port of https://github.com/clojure/brew-install/blob/1.11.2/src/main/resources/clojure/install/clojure in Clojure"
(:require
[clojure.java.io :as io]
[clojure.string :as str])
Expand All @@ -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.1.1435")))
"1.11.2.1446")))

(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.11.1.1435
1.11.2.1446
4 changes: 2 additions & 2 deletions src/borkdude/deps.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns borkdude.deps
"Port of https://github.com/clojure/brew-install/blob/1.11.1/src/main/resources/clojure/install/clojure in Clojure"
"Port of https://github.com/clojure/brew-install/blob/1.11.2/src/main/resources/clojure/install/clojure in Clojure"
(:require
[clojure.java.io :as io]
[clojure.string :as str])
Expand All @@ -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.1435")))
"1.11.2.1446")))

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

Expand Down

0 comments on commit 3d785f6

Please sign in to comment.