Skip to content

Commit

Permalink
Merge pull request #102 from vemv/patch-1
Browse files Browse the repository at this point in the history
Add explicit test-runner `:git/url`
  • Loading branch information
yogthos authored Jun 4, 2023
2 parents 9953387 + 8f948ba commit d7f1b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/deps-template/resources/io/github/kit_clj/kit/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
:test {:extra-deps {criterium/criterium {:mvn/version "0.4.6"}
expound/expound {:mvn/version "0.9.0"}
integrant/repl {:mvn/version "0.3.2"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.0"
io.github.cognitect-labs/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:git/tag "v0.5.0"
:git/sha "b3fd0d2"}
pjstadig/humane-test-output {:mvn/version "0.11.0"}
ring/ring-devel {:mvn/version "1.9.5"}
Expand Down

0 comments on commit d7f1b24

Please sign in to comment.