Skip to content

Commit 14cecde

Browse files
committed
1.18.6
1 parent bfa9061 commit 14cecde

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install-deps: install-base
2020
install-plugin: install-base
2121
cd lein-plugin; lein with-profile -user install
2222

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

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"
3030

3131
# The enrich-classpath version to be injected.
3232
# Feel free to upgrade this.
33-
ENRICH_CLASSPATH_VERSION="1.18.5"
33+
ENRICH_CLASSPATH_VERSION="1.18.6"
3434

3535
# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
3636
# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.

lein-plugin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"
2727

2828
# The enrich-classpath version to be injected.
2929
# Feel free to upgrade this.
30-
ENRICH_CLASSPATH_VERSION="1.18.5"
30+
ENRICH_CLASSPATH_VERSION="1.18.6"
3131

3232
# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
3333
# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.

tools.deps/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"
2727

2828
# The enrich-classpath version to be injected.
2929
# Feel free to upgrade this.
30-
ENRICH_CLASSPATH_VERSION="1.18.5"
30+
ENRICH_CLASSPATH_VERSION="1.18.6"
3131

3232
# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
3333
# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.

tools.deps/src/cider/enrich_classpath/clojure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
cd "$there"
3838

3939
# enrich-classpath will emit a command starting by "clojure", or print a stacktrace:
40-
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" "$@")
40+
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" "$@")
4141
cmd=$(tail -n1 <(echo "$output"))
4242

4343
cd "$here"

0 commit comments

Comments
 (0)