Update deps
This commit is contained in:
parent
0f31fa331b
commit
07a4d9127d
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Setup Clojure
|
||||
uses: DeLaGuardo/setup-clojure@master
|
||||
with:
|
||||
tools-deps: '1.10.3.814'
|
||||
tools-deps: '1.10.3.822'
|
||||
- name: Run Tests
|
||||
run: sh run-tests.sh all
|
||||
- name: Check cljdoc.edn
|
||||
|
|
|
|||
4
deps.edn
4
deps.edn
|
|
@ -15,9 +15,9 @@
|
|||
:main-opts ["-m" "cljs-test-runner.main"]}
|
||||
:readme {:extra-deps {seancorfield/readme {:mvn/version "1.0.16"}}
|
||||
:main-opts ["-m" "seancorfield.readme"]}
|
||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.4.0"}}
|
||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.4.2"}}
|
||||
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}
|
||||
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.0.211"}}
|
||||
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.0.216"}}
|
||||
:exec-fn hf.depstar/jar
|
||||
:exec-args {:jar "honeysql.jar" :sync-pom true}}
|
||||
:install {:replace-deps {slipset/deps-deploy {:mvn/version "0.1.5"}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue