File tree Expand file tree Collapse file tree 7 files changed +18
-11
lines changed Expand file tree Collapse file tree 7 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Setup
17
17
uses : ./.github/workflows/shared-setup
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Setup
25
25
uses : ./.github/workflows/shared-setup
41
41
42
42
steps :
43
43
- name : Checkout
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
with :
46
46
fetch-depth : 0
47
47
61
61
uses : ./.github/workflows/setup-planck
62
62
if : contains( matrix.requires, 'planck' )
63
63
64
+ # The runner image comes with a later version gradle that does not work with antq unit tests yet
65
+ - name : Install Gradle for antq
66
+ uses : gradle/actions/setup-gradle@v4
67
+ with :
68
+ gradle-version : ' 8.14.3'
69
+ if : matrix.lib-name == 'antq'
70
+
64
71
- name : Run Libs Tests
65
72
run : bb test-libs run ${{ matrix.lib-name }}
Original file line number Diff line number Diff line change 32
32
if : matrix.os == 'windows'
33
33
34
34
- name : Checkout
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
37
37
- name : Setup
38
38
uses : ./.github/workflows/shared-setup
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Setup
25
25
uses : ./.github/workflows/shared-setup
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Setup
25
25
uses : ./.github/workflows/shared-setup
48
48
if : matrix.os == 'windows'
49
49
50
50
- name : Checkout
51
- uses : actions/checkout@v4
51
+ uses : actions/checkout@v5
52
52
53
53
- name : Setup
54
54
uses : ./.github/workflows/shared-setup
Original file line number Diff line number Diff line change 36
36
{; ; for disabling the official compiler
37
37
:classpath-overrides {org.clojure/clojure nil }
38
38
:extra-deps {com.github.flow-storm/clojure {:mvn/version " 1.12.1" }
39
- com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.4.6 " }}
39
+ com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.5.0 " }}
40
40
:jvm-opts [" -Dclojure.storm.instrumentEnable=true" ]}
41
41
42
42
:nrepl/jvm
59
59
; ;
60
60
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
61
61
; ; so we do not pick up our own clj-kondo config exports
62
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.06.05 " }}
62
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.07.28 " }}
63
63
:override-deps {org.clojure/clojure {:mvn/version " 1.12.1" }}
64
64
:main-opts [" -m" " clj-kondo.main" ]}
65
65
158
158
; ;
159
159
; ; Deployment
160
160
; ;
161
- :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.9 " }}
161
+ :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.10 " }}
162
162
:extra-paths [" src" " build" ]
163
163
:ns-default build}
164
164
Original file line number Diff line number Diff line change 316
316
:test-cmds [" bb test" ]}
317
317
{:name " clojure-mcp"
318
318
:platforms [:clj ]
319
- :version " 0.1.7 -alpha"
319
+ :version " 0.1.8 -alpha"
320
320
:github-release {:repo " bhauman/clojure-mcp"
321
321
:via :tag
322
322
:version-prefix " v" }
You can’t perform that action at this time.
0 commit comments