Ion-dev 1.0.352 [Datomic Cloud]

Hi @onetom,

jaret.binford at jaret in ~/Jaret/docs/tmp
$ cat deps.edn
{:deps {com.datomic/ion-dev {:mvn/version "1.0.352"}}}
jaret.binford at jaret in ~/Jaret/docs/tmp
$ clojure
Clojure 1.11.3
user=> (require '[clojure.tools.deps.extensions :as ext]). ;<------- New namespace
nil
user=> (require '[clojure.tools.deps.alpha.extensions :as ext]) ;<----- old namespace
Execution error (FileNotFoundException) at user/eval320 (REPL:1).
Could not locate clojure/tools/deps/alpha/extensions__init.class, clojure/tools/deps/alpha/extensions.clj or clojure/tools/deps/alpha/extensions.cljc on classpath.

The above gist shows that I can find the new namespace and not the old namespace for ion-dev from the change log. The cloud-deps.edn map did not change, but ion-dev did.