is there a straighforward way to deploy an uberjar to clojars?
oh this might work https://github.com/BrightNorth/uberjar-deploy
Why are you wanting to deploy an uberjar?
it's a lib that's meant to be used in Datomic
Datomic doesn't resolve deps, so i'd either have to manually pull down all jars into Datomic's lib
folder, or just deploy my lib as an uberjar so i can drop a single jar in
(the only dep is timbre but timbe has its own deps)
Gotcha, that makes sense. I was just curious.
Thanks!
np