Skip to content

Commit

Permalink
Update deps.edn
Browse files Browse the repository at this point in the history
Remove :sha for test runner
  • Loading branch information
verberktstan authored Jan 22, 2024
1 parent 89941a2 commit ab614a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:test/cognitect
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd" :sha "dfb30dd6605cb6c0efc275e1df1736f6e90d4d73"}}
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}

Expand Down

0 comments on commit ab614a6

Please sign in to comment.