Datomic has a dependency to older version of core.cache

I’ve noticed that datomic has a dependency to an older version of org.clojure/core.cache, specifically 0.6.5, which creates a conflict when I use the version 1.0.207 in my application. The version datomic uses is from 2016 and the library received some nice updates since then. Is there a way to go around this and use the latest version or should I wait until it’s updated in datomic?

1 Like