Skip to content

Commit

Permalink
deps.edn alias cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jun 25, 2024
1 parent bef9567 commit 15d5308
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,11 @@
}

:aliases
{:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}

:test {:extra-paths ["test"]
{:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "cc75980b43011773162b485f46f939dc5fba91e4"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}

:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}
cider/cider-nrepl {:mvn/version "0.28.3"}}
:main-opts ["-m" "nrepl.cmdline"]}

; github ci
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.6"}
Expand Down

0 comments on commit 15d5308

Please sign in to comment.