Skip to content

Commit 90208aa

Browse files
spattenclaude
andcommitted
Use real clj-http dependency counts
Resolved locally with leiningen 2.12.0 + Java 25 against the pinned clj-http 3.13.1 tarball: 71 deps, 27 direct, 44 edges, 1 manifest. The dev-profile dependencies are included by `lein deps :tree-data`, which explains the count being larger than the 9 production deps in project.clj. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b34566e commit 90208aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integration-test/Analysis/ClojureSpec.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ ring =
4040

4141
spec :: Spec
4242
spec = do
43-
-- Placeholder counts; will be replaced once CI reports the actual values.
44-
testSuiteDepResultSummary NonStrict cljHttp LeiningenProjectType (DependencyResultsSummary 999 999 999 1 Complete)
43+
testSuiteDepResultSummary NonStrict cljHttp LeiningenProjectType (DependencyResultsSummary 71 27 44 1 Complete)
4544
testSuiteDepResultSummary NonStrict ring LeiningenProjectType (DependencyResultsSummary 23 6 17 1 Complete)

0 commit comments

Comments
 (0)