我正在尝试恢复一个旧的monzo API包装器,以便在项目中使用,到目前为止我已经将该旧仓库fork到https://github.com/slifin/monzo-clj,现在我想使用我fork的版本在Datomic云项目中
我在mydeps.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"}
我犯了什么错误?