Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rynkowsg/bb-deps-versions-error
https://github.com/rynkowsg/bb-deps-versions-error
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rynkowsg/bb-deps-versions-error
- Owner: rynkowsg
- Created: 2023-03-27T07:31:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T09:15:20.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T00:41:48.608Z (over 1 year ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bb-deps-versions-error
## Babashka
```bash
bash-5.2$ bb work
Checking out: https://github.com/fulcrologic/fulcro.git at 67c01030e47671459745cfa769903a3767e05e72
Cloning: https://github.com/fulcrologic/fulcro-rad.git
Checking out: https://github.com/fulcrologic/fulcro-rad.git at a71cfa9420e49a07461e0f3726f79d7d234d126a
Error building classpath. Unable to compare versions for com.fulcrologic/fulcro-i18n: {:mvn/version "1.0.0", :deps/manifest :mvn} and {:git/url "https://github.com/fulcrologic/fulcro-i18n.git", :git/sha "72f8cbba597de574480ae21322180f0590213e06", :deps/manifest :deps, :deps/root "/home/user/.gitlibs/libs/com.fulcrologic/fulcro-i18n/72f8cbba597de574480ae21322180f0590213e06"}
```## Clojure
```bash
bash-5.2$ cd other-repo
bash-5.2$ clj
Error building classpath. Unable to compare versions for com.fulcrologic/fulcro-i18n: {:mvn/version "1.0.0", :deps/manifest :mvn} and {:git/url "https://github.com/fulcrologic/fulcro-i18n.git", :git/sha "72f8cbba597de574480ae21322180f0590213e06", :deps/manifest :deps, :deps/root "/home/user/.gitlibs/libs/com.fulcrologic/fulcro-i18n/72f8cbba597de574480ae21322180f0590213e06"}
```