awyeah-api icon indicating copy to clipboard operation
awyeah-api copied to clipboard

Invalid tag for v0.8.84

Open jacobemcken opened this issue 2 years ago • 0 comments

The README.md suggests using the following to include the dependency:

com.grzm/awyeah-api {:git/url "https://github.com/grzm/awyeah-api"
                     :git/sha "e5513349a2fd8a980a62bbe0d45a0d55bfcea141"
                     :git/tag "v0.8.84"}

But doing so from a Babashka script results in:

Error building classpath. Library com.grzm/awyeah-api has invalid tag: v0.8.84
Exception in thread "main" clojure.lang.ExceptionInfo:  babashka.process.Process@7b5903e0
	at babashka.process$check.invokeStatic(process.cljc:111)
        ...

jacobemcken avatar Apr 28 '24 18:04 jacobemcken