Skip to content

Commit

Permalink
Add explicit test-runner :git/url
Browse files Browse the repository at this point in the history
This can help other tooling (which can read deps.edn) know the url.
  • Loading branch information
vemv authored Jun 3, 2023
1 parent 477c396 commit 8f948ba
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 8f948ba

Please sign in to comment.