You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just added support for automatic dependency update checking via Depot.
To do so I added Depot to my bin/app project's deps.edn file. Additionally, I added a new script in bin named 'outdated' using the 'clojure' execution line suggested by the Depot docs.
There are two things that would be nice to have:
Integrate this into Edge (i.e., Add an :outdated alias to 'bin/app' generated deps.edn, and add a 'bin/outdated' script.
Create and maintain some sort of Maven/Clojars/etc. artifact that tracked Edge's current version so that Depot would report that a new Edge version is available.
The text was updated successfully, but these errors were encountered:
I just added support for automatic dependency update checking via Depot.
To do so I added Depot to my bin/app project's deps.edn file. Additionally, I added a new script in bin named 'outdated' using the 'clojure' execution line suggested by the Depot docs.
There are two things that would be nice to have:
The text was updated successfully, but these errors were encountered: