Update to latest depstar; latest CLI
This commit is contained in:
parent
e4e8dd3342
commit
40828b2c57
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -17,6 +17,6 @@ jobs:
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@2.0
|
uses: DeLaGuardo/setup-clojure@2.0
|
||||||
with:
|
with:
|
||||||
tools-deps: '1.10.1.536'
|
tools-deps: '1.10.1.708'
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: sh run-tests.sh all
|
run: sh run-tests.sh all
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -20,7 +20,7 @@
|
||||||
:main-opts ["-m" "seancorfield.readme"]}
|
:main-opts ["-m" "seancorfield.readme"]}
|
||||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "RELEASE"}}
|
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "RELEASE"}}
|
||||||
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}
|
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}
|
||||||
:jar {:extra-deps {seancorfield/depstar {:mvn/version "1.1.117"}}
|
:jar {:extra-deps {seancorfield/depstar {:mvn/version "1.1.126"}}
|
||||||
:main-opts ["-m" "hf.depstar.jar" "honeysql.jar"]}
|
:main-opts ["-m" "hf.depstar.jar" "honeysql.jar"]}
|
||||||
:install {:extra-deps {slipset/deps-deploy {:mvn/version "0.1.1"}}
|
:install {:extra-deps {slipset/deps-deploy {:mvn/version "0.1.1"}}
|
||||||
:main-opts ["-m" "deps-deploy.deps-deploy" "install" "honeysql.jar"]}
|
:main-opts ["-m" "deps-deploy.deps-deploy" "install" "honeysql.jar"]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue