Skip to content

Commit

Permalink
Merge pull request #3 from athos/feature/bump-dev-deps
Browse files Browse the repository at this point in the history
Update dev dependencies
  • Loading branch information
athos authored Aug 22, 2023
2 parents 2a6d5ad + 9939f2e commit f26edd4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@
:aliases
{:check
{:extra-deps
{athos/clj-check
{:git/url "https://github.com/athos/clj-check.git"
:sha "da6363a38b06d9b84976ed330a9544b69d3c4dee"}}
{io.github.athos/clj-check
{:git/sha "518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062"}}
:main-opts ["-m" "clj-check.check"]}
:test
{:extra-paths ["test"]
:extra-deps
{com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "209b64504cb3bd3b99ecfec7937b358a879f55c1"}}
{io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]}
:coverage
{:extra-deps {cloverage/cloverage {:mvn/version "1.2.2"}}
{:extra-deps {cloverage/cloverage {:mvn/version "1.2.4"}}
:main-opts ["-m" "cloverage.coverage" "-p" "src" "-s" "test" "--codecov"]}
:build
{:deps
Expand Down

0 comments on commit f26edd4

Please sign in to comment.