Skip to content

Commit

Permalink
Bump tools.deps and cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 31, 2024
1 parent 0d24212 commit 0d43cff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Prerelease versions:

* Next
* Echo args with -M deprecation warning for clarity
* Update to tools.deps 0.21.1467

**Current stable version:**

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:deps
{org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/tools.deps {:mvn/version "0.21.1460"}
org.clojure/tools.deps {:mvn/version "0.21.1467"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}

:aliases
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/clojure/install/clojure
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ else
fi

# Construct location of cached classpath file
cache_version=5
cache_version=6
val="$cache_version|$cache_dir_key|$(join '' ${repl_aliases[@]})|$exec_aliases|$main_aliases|$deps_data|$tool_name|$tool_aliases"
for config_path in "${config_paths[@]}"; do
if [[ -f "$config_path" ]]; then
Expand Down

0 comments on commit 0d43cff

Please sign in to comment.