tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
2021-03-24T13:11:08.192400Z

Hi! Paths can be an alias name that refer to a path vector in the alias data:

{:paths [:clj-paths :resource-paths]
 :aliases
 {:clj-paths ["src/clj" "src/cljc"]
  :resource-paths ["resources"]}}
Is there some similar support for deps (:deps, :extra-deps etc)?

2021-03-24T14:05:01.193300Z

New release of setup-clojure github action - https://github.com/DeLaGuardo/setup-clojure/releases/tag/3.2 it comes with windows support for clojure cli

πŸ‘€ 1
πŸš€ 4
1
πŸŽ‰ 3
2
alexmiller 2021-03-24T16:42:29.193800Z

no

alexmiller 2021-03-24T16:42:49.194Z

maybe some day

πŸ‘ 1
seancorfield 2021-03-24T16:46:39.194600Z

@delaguardo Is the recommendation still to reference that @master to always get the latest?

2021-03-24T16:48:53.195900Z

I have stopped suggesting that because github recently introduce dependabot alerts about new releases for github actions.

seancorfield 2021-03-24T16:51:13.197100Z

Ah, good to know. I think antq has started picking up Clojure CLI versions in GH actions too recently…

πŸ‘ 1
nnichols 2021-03-24T16:51:16.197200Z

iirc, antq and transitively clojure-dependency-update-action report out of date GitHub actions too