我正试图恢复一个旧的monzo API包装器,以便在项目中使用,到目前为止我已经将旧仓库分叉到https://github.com/slifin/monzo-clj,现在我想要在我的Datomic云项目中使用我的分叉版本
我在我的deps.edn中添加了以下密钥(简化了展示)
:deps {
slifin/monzo-clj {:git/url "https://github.com/slifin/monzo-clj" :sha "54d925c23f62e914fa9e6fa5eb22c3e7040eb304"}}
}
但每次我在终端上运行clj时都会得到这个错误
Error building classpath. Manifest type not detected when finding deps for slifin/monzo-clj in coordinate {:git/url "https://github.com/slifin/monzo-clj", :sha "54d925c23f62e914fa9e6fa5eb22c3e7040eb304"}
我做错了什么?