Fork me on GitHub
#tools-deps
<
2018-10-17
>
dominicm07:10:42

Similar data point to knowing about conflicts, I'd really like to know if a dependency wants a newer version of a dependency than I am giving it. project depends on b 0.1 project depends on a a depends on b 0.2

seancorfield18:10:54

As of this morning, our entire CI pipeline (including SQL migrations, JAR building and deployment to servers) runs on clj/`deps.edn` for most of our projects -- previously that was all on Boot.

martinklepsch09:10:04

do you also build jars for libraries which you push to a maven repo? I find the existing libs mostly focus on uberjars or don't help with the creation of the pom file/actual deployment.

seancorfield14:10:20

We only create uberjars for deployment.

Alex Miller (Clojure team)20:10:00

Mostly a fix/recommendation around connecting to private s3 maven repos

🎉 12