diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9329c..040e948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.1273 + +- Catch up with clojure CLI of same version + ## 1.11.1.1267 - Catch up with clojure CLI of same version diff --git a/deps.bat b/deps.bat index 30bfd2c..6d4b1fb 100644 --- a/deps.bat +++ b/deps.bat @@ -24,11 +24,11 @@ ;; 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.1267"))) + "1.11.1.1273"))) (def cache-version "4") -(def deps-clj-version "1.11.1.1268-SNAPSHOT") +(def deps-clj-version "1.11.1.1273") (defn warn [& strs] (binding [*out* *err*] @@ -159,7 +159,6 @@ clj-opts: -Jopt Pass opt through in java_opts, ex: -J-Xmx512m -Sdeps EDN Deps data to use as the last deps file to be merged -Spath Compute classpath and echo to stdout only - -Spom Generate (or update) pom.xml with deps and paths -Stree Print dependency tree -Scp CP Do NOT compute or cache classpath, use this one instead -Srepro Ignore the ~/.clojure/deps.edn config file @@ -190,6 +189,7 @@ main-opt: -h, -?, --help Print this help message and exit Programs provided by :deps alias: + -X:deps mvn-pom Generate (or update) pom.xml with deps and paths -X:deps list List full transitive deps set and licenses -X:deps tree Print deps tree -X:deps find-versions Find available versions of a library diff --git a/deps.clj b/deps.clj index 6981b8c..803e716 100755 --- a/deps.clj +++ b/deps.clj @@ -19,11 +19,11 @@ ;; 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.1267"))) + "1.11.1.1273"))) (def cache-version "4") -(def deps-clj-version "1.11.1.1268-SNAPSHOT") +(def deps-clj-version "1.11.1.1273") (defn warn [& strs] (binding [*out* *err*] @@ -154,7 +154,6 @@ clj-opts: -Jopt Pass opt through in java_opts, ex: -J-Xmx512m -Sdeps EDN Deps data to use as the last deps file to be merged -Spath Compute classpath and echo to stdout only - -Spom Generate (or update) pom.xml with deps and paths -Stree Print dependency tree -Scp CP Do NOT compute or cache classpath, use this one instead -Srepro Ignore the ~/.clojure/deps.edn config file @@ -185,6 +184,7 @@ main-opt: -h, -?, --help Print this help message and exit Programs provided by :deps alias: + -X:deps mvn-pom Generate (or update) pom.xml with deps and paths -X:deps list List full transitive deps set and licenses -X:deps tree Print deps tree -X:deps find-versions Find available versions of a library diff --git a/resources/DEPS_CLJ_VERSION b/resources/DEPS_CLJ_VERSION index 793dd18..b5db239 100644 --- a/resources/DEPS_CLJ_VERSION +++ b/resources/DEPS_CLJ_VERSION @@ -1 +1 @@ -1.11.1.1268-SNAPSHOT \ No newline at end of file +1.11.1.1273 diff --git a/src/borkdude/deps.clj b/src/borkdude/deps.clj index 53fc8ee..b307b81 100755 --- a/src/borkdude/deps.clj +++ b/src/borkdude/deps.clj @@ -16,7 +16,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.1267"))) + "1.11.1.1273"))) (def cache-version "4") @@ -154,7 +154,6 @@ clj-opts: -Jopt Pass opt through in java_opts, ex: -J-Xmx512m -Sdeps EDN Deps data to use as the last deps file to be merged -Spath Compute classpath and echo to stdout only - -Spom Generate (or update) pom.xml with deps and paths -Stree Print dependency tree -Scp CP Do NOT compute or cache classpath, use this one instead -Srepro Ignore the ~/.clojure/deps.edn config file @@ -185,6 +184,7 @@ main-opt: -h, -?, --help Print this help message and exit Programs provided by :deps alias: + -X:deps mvn-pom Generate (or update) pom.xml with deps and paths -X:deps list List full transitive deps set and licenses -X:deps tree Print deps tree -X:deps find-versions Find available versions of a library