Skip to content

Commit

Permalink
1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Nov 24, 2023
1 parent bfa9061 commit 14cecde
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install-deps: install-base
install-plugin: install-base
cd lein-plugin; lein with-profile -user install

# Usage: PROJECT_VERSION=1.18.5 make install
# Usage: PROJECT_VERSION=1.18.6 make install
# PROJECT_VERSION is needed because it's not computed dynamically
install: install-base install-deps install-plugin

Expand Down
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"

# The enrich-classpath version to be injected.
# Feel free to upgrade this.
ENRICH_CLASSPATH_VERSION="1.18.5"
ENRICH_CLASSPATH_VERSION="1.18.6"

# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.
Expand Down
2 changes: 1 addition & 1 deletion lein-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"

# The enrich-classpath version to be injected.
# Feel free to upgrade this.
ENRICH_CLASSPATH_VERSION="1.18.5"
ENRICH_CLASSPATH_VERSION="1.18.6"

# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.
Expand Down
2 changes: 1 addition & 1 deletion tools.deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"

# The enrich-classpath version to be injected.
# Feel free to upgrade this.
ENRICH_CLASSPATH_VERSION="1.18.5"
ENRICH_CLASSPATH_VERSION="1.18.6"

# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.
Expand Down
2 changes: 1 addition & 1 deletion tools.deps/src/cider/enrich_classpath/clojure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
cd "$there"

# enrich-classpath will emit a command starting by "clojure", or print a stacktrace:
output=$(2>&1 "$clojure" -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps '{:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.18.5"}}}' -M -m cider.enrich-classpath.clojure "$clojure" "$here" "true" "$@")
output=$(2>&1 "$clojure" -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps '{:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.18.6"}}}' -M -m cider.enrich-classpath.clojure "$clojure" "$here" "true" "$@")
cmd=$(tail -n1 <(echo "$output"))

cd "$here"
Expand Down

0 comments on commit 14cecde

Please sign in to comment.