Welcome! Please see the About page for a little more info on how this works.

0 votes
in Ions by
edited by

The Ion docs say:

>There should be a single deps.edn file located at the project root.
> The :deps sections of deps.edn must include the client-cloud and ion libraries. The
> deps.edn classpath must include a resource named datomic/ion-config.edn. This resource configures the entry points for an application.

A lot of references to deps.edn—is it possible to use Ions in Leiningen, which has the project.clj?

1 Answer

0 votes
by

For ion deployment it is expected that your dependencies are managed in a deps.edn file.

...