update dev/test dependencies
This commit is contained in:
parent
19e73a3ebd
commit
3ec884f881
5 changed files with 7 additions and 6 deletions
2
.github/workflows/test-and-release.yml
vendored
2
.github/workflows/test-and-release.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.11.1.1273'
|
cli: '1.11.1.1347'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
4
.github/workflows/test-and-snapshot.yml
vendored
4
.github/workflows/test-and-snapshot.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Setup Clojure
|
- name: Setup Clojure
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.11.1.1273'
|
cli: '1.11.1.1347'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Clojure CLI
|
- name: Clojure CLI
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.11.1.1273'
|
cli: '1.11.1.1347'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Clojure CLI
|
- name: Clojure CLI
|
||||||
uses: DeLaGuardo/setup-clojure@master
|
uses: DeLaGuardo/setup-clojure@master
|
||||||
with:
|
with:
|
||||||
cli: '1.11.1.1273'
|
cli: '1.11.1.1347'
|
||||||
- name: Cache All The Things
|
- name: Cache All The Things
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
* 2.4.next in progress
|
* 2.4.next in progress
|
||||||
* Address [#493](https://github.com/seancorfield/honeysql/issues/493) by clarifying use of `:values` in CTEs (using `:with`).
|
* Address [#493](https://github.com/seancorfield/honeysql/issues/493) by clarifying use of `:values` in CTEs (using `:with`).
|
||||||
* Address [#489](https://github.com/seancorfield/honeysql/issues/489) by adding more examples around `:update`.
|
* Address [#489](https://github.com/seancorfield/honeysql/issues/489) by adding more examples around `:update`.
|
||||||
|
* Update dev/test dependencies.
|
||||||
|
|
||||||
* 2.4.1033 -- 2023-05-22
|
* 2.4.1033 -- 2023-05-22
|
||||||
* Tentative [ClojureCLR](https://github.com/clojure/clojure-clr) support.
|
* Tentative [ClojureCLR](https://github.com/clojure/clojure-clr) support.
|
||||||
|
|
|
||||||
4
deps.edn
4
deps.edn
|
|
@ -32,7 +32,7 @@
|
||||||
:main-opts ["-m" "cljs-test-runner.main"]}
|
:main-opts ["-m" "cljs-test-runner.main"]}
|
||||||
|
|
||||||
:gen-doc-tests {:replace-paths ["build"]
|
:gen-doc-tests {:replace-paths ["build"]
|
||||||
:extra-deps {babashka/fs {:mvn/version "0.3.17"}
|
:extra-deps {babashka/fs {:mvn/version "0.4.19"}
|
||||||
com.github.lread/test-doc-blocks {:mvn/version "1.0.166-alpha"}}
|
com.github.lread/test-doc-blocks {:mvn/version "1.0.166-alpha"}}
|
||||||
:main-opts ["-m" "honey.gen-doc-tests"]}
|
:main-opts ["-m" "honey.gen-doc-tests"]}
|
||||||
|
|
||||||
|
|
@ -43,5 +43,5 @@
|
||||||
"-c" "{:warnings,{:single-segment-namespace,false}}"
|
"-c" "{:warnings,{:single-segment-namespace,false}}"
|
||||||
"-d" "target/test-doc-blocks/test"]}
|
"-d" "target/test-doc-blocks/test"]}
|
||||||
|
|
||||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.3.0"}}
|
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.0"}}
|
||||||
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}}}
|
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue