Skip to content

Commit 61277c9

Browse files
alias: remove alpha add-libs and find-deps
Use Clojure 1.12 hotload functions instead
1 parent 6b077c5 commit 61277c9

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration
77
*** DEPRECATED: `:repl/rebel-cljs`, `:repl/figwheel`, `:repl/rebel-cljs` requires JVM with Nashorn, i.e. Java 8 - use figwheel-main template and [[https://practical.li/spacemacs/clojure-repl/clojurescript-repl/][Practicalli ClojureScript project workflow]]
88
*** docs: `lib/hotload` for Clojure 1.11 and uses [[https://github.com/clojure/tools.deps.alpha/tree/add-lib3][clojure/tools.deps.alpha]] which has been replaced for Clojure 1.12
9+
*** alias: remove clojure/tools.deps.alpha from `:repl/reloaded` & `:dev/reloaded` for use with Clojure 1.12
10+
*** alias: remove find-deps from `:repl/reloaded` & `:dev/reloaded` as no longer required - use add-lib instead
911
*** docs: update introduction and remove outdated content
1012
*** aliases: use `--main` option in alias `:main-opts` definitions for greater clarity
1113

deps.edn

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,11 @@
8484

8585
:dev/reloaded
8686
{:extra-paths ["dev" "test"]
87-
:extra-deps {djblue/portal {:mvn/version "0.40.0"} ; portal data inspector
87+
:extra-deps {djblue/portal {:mvn/version "0.40.0"} ; portal data inspector
8888
clj-commons/clj-yaml {:mvn/version "1.0.26"} ; portal yaml support (optional)
8989
integrant/repl {:mvn/version "0.3.2"}
9090
org.clojure/tools.namespace {:mvn/version "1.4.4"}
9191
org.clojure/tools.trace {:mvn/version "0.7.11"}
92-
org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha"
93-
:git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"}
94-
;; find-deps/find-deps {:git/url "https://github.com/hagmonk/find-deps"
95-
;; :sha "9bf23a52cb0a8190c9c2c7ad1d796da802f8ce7a"}
9692
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
9793
com.brunobonacci/mulog {:mvn/version "0.9.0"}
9894
lambdaisland/kaocha {:mvn/version "1.82.1306"}
@@ -201,15 +197,11 @@
201197
:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}
202198
cider/cider-nrepl {:mvn/version "0.30.0"}
203199
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
204-
djblue/portal {:mvn/version "0.40.0"} ; portal data inspector
200+
djblue/portal {:mvn/version "0.40.0"} ; portal data inspector
205201
clj-commons/clj-yaml {:mvn/version "1.0.26"} ; portal yaml support (optional)
206202
integrant/repl {:mvn/version "0.3.2"}
207203
org.clojure/tools.namespace {:mvn/version "1.4.4"}
208204
org.clojure/tools.trace {:mvn/version "0.7.11"}
209-
org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha"
210-
:git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"}
211-
;; find-deps/find-deps {:git/url "https://github.com/hagmonk/find-deps"
212-
;; :sha "9bf23a52cb0a8190c9c2c7ad1d796da802f8ce7a"}
213205
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
214206
com.brunobonacci/mulog {:mvn/version "0.9.0"}
215207
lambdaisland/kaocha {:mvn/version "1.82.1306"}

0 commit comments

Comments
 (0)