Fork me on GitHub
#tools-deps
<
2021-03-24
>
Ronny Løvtangen13:03:08

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)?

delaguardo14:03:01

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

🚀 13
🎉 10
thanks 7
👀 3
sheepy 3
seancorfield16:03:39

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

delaguardo16:03:53

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

seancorfield16:03:13

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

👍 3
nnichols16:03:16

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