Skip to content

Commit

Permalink
Updated cognitect/test-runner to the latest release
Browse files Browse the repository at this point in the history
Did this mostly to stop the CI alerts about outdated dependencies.
  • Loading branch information
dotemacs committed Jul 17, 2024
1 parent 68f8371 commit d94f8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Changed
- Updated Clojure to 1.11.3 [#81](https://github.com/dotemacs/pdfboxing/pull/81)
- Update cognitect/test-runner to the latest release

## 0.1.15.5-SNAPSHOT

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
:extra-deps {org.clojure/test.check {:mvn/version "RELEASE"}}}
:runner {:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}}
:sha "9d36f36ff541dac680a05010e4348c744333f191"}}
:main-opts ["-m" "cognitect.test-runner" "-d" "test"]}}}

0 comments on commit d94f8b4

Please sign in to comment.