Skip to content

Commit

Permalink
address #36 by removing depstar references (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield authored Dec 19, 2023
1 parent cbd2fe1 commit 69360e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ SUGGESTED BUMP: 1.55
```
clj -M:nREPL -m nrepl.cmdline
```
## Build
```
clj -X:depstar
```
## Lint
```
clj -M:clojure-lsp format
Expand Down
7 changes: 1 addition & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@

:tools/usage {:ns-default clj-watson.entrypoint}

:aliases {:depstar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.303"}}
:exec-fn hf.depstar/uberjar
:exec-args {:jar "target/clj-watson.jar"
:main-class clj-watson.cli
:aot true}}
:nREPL {:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}}}
:aliases {:nREPL {:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}}}
:outdated {:replace-deps {olical/depot {:mvn/version "2.3.0"}}
:main-opts ["-m" "depot.outdated.main"]}
:clojure-lsp {:replace-deps {com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version "2022.02.01-20.02.32"}}
Expand Down

0 comments on commit 69360e0

Please sign in to comment.