Fork me on GitHub
#datomic
<
2022-11-29
>
onetom05:12:43

I'm getting :dependency-conflicts on ion-dev :push operations:

:dependency-conflicts
 {:deps
  #:com.datomic{client-api #:mvn{:version "1.0.58"},
                client #:mvn{:version "1.0.126"},
                client-impl-shared #:mvn{:version "1.0.98"},
                client-cloud #:mvn{:version "1.0.120"}},
Shouldn't the ion-dev library be upgraded on every compute group environment upgrade too, since it seems to contain the list of implicit dependencies present on ion servers?
❯ unzip -p ~/.m2/repository/com/datomic/ion-dev/1.0.306/ion-dev-1.0.306.jar datomic/ion/dev/cloud-deps.edn | clojure -M -e "(use 'clojure.pprint) (pprint (read-string (slurp *in*)))"
I've asked about this issue on https://forum.datomic.com/t/datomic-cloud-981-9188/2163/2 but no response yet, so im not sure if that was the right place to ask.