amperity / dialog

Simple just-enough logging library for Clojure
MIT License
39 stars 2 forks source link

Error building main - the commit on deps-deply does not exist. #33

Closed ieugen closed 1 year ago

ieugen commented 1 year ago

Hi,

I noticed dialog depends on a deps-deploy commit hash that does not exist. I tried current main.

./bin/build 
Error building classpath. Commit not found for slipset/deps-deploy in repo https://github.com/greglook/deps-deploy.git at a138ef59c1239336034c69624458f5b100ac835b
ieugen commented 1 year ago

Using commit "b87c9299761762984bd54a285ca8fa0aac81809f" fixes the issue.

One thing I noticed is that deps-deploy uses slf4j 2.x

ieugen commented 1 year ago

I believe dialog can me moved back to slipset deps-deploy since the commit was merged.

https://github.com/slipset/deps-deploy/commits/master

@greglook : should I do a PR ?

;; TODO: change this back to the main repo once https://github.com/slipset/deps-deploy/pull/53 is merged