Skip to content

Commit

Permalink
v1.11.1.1200
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 15, 2022
1 parent aebc6c9 commit a481d76
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 @@ -8,6 +8,10 @@ environment variable:
DEPS_CLJ_TOOLS_VERSION=1.11.1.1165 bb clojure
```

## v1.11.1.1200

- Catch up with clojure CLI 1.11.1.1200

## v1.11.1.1189

- Catch up with clojure CLI 1.11.1.1189
Expand Down
2 changes: 1 addition & 1 deletion deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.1189")))
"1.11.1.1200")))

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

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

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

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.1190-SNAPSHOT
1.11.1.1200
2 changes: 1 addition & 1 deletion src/borkdude/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.1189")))
"1.11.1.1200")))

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

0 comments on commit a481d76

Please sign in to comment.