We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02209fb commit 2420492Copy full SHA for 2420492
deps.edn
@@ -11,7 +11,7 @@
11
:test-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.672"}}
12
:main-opts ["-m" "kaocha.runner"]}
13
:dev {:extra-paths ["resources" "env" "gcp-api-descriptors"]
14
- :extra-deps {com.climate/claypoole {:mvn/version "1.1.4"}
15
- gcp-api/descriptors {:local/root "gcp-api-descriptors"}}}
+ :extra-deps {com.climate/claypoole {:mvn/version "1.1.4"}}}
+ :descriptors {:extra-deps {gcp-api/descriptors {:local/root "gcp-api-descriptors"}}}
16
:jar {:extra-deps {seancorfield/depstar {:mvn/version "1.1.104"}}
17
:main-opts ["-m" "hf.depstar.jar" "lib.jar"]}}}
0 commit comments