Commit b8e064a 1 parent 9ae8564 commit b8e064a Copy full SHA for b8e064a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
# # instead of using lein bundled with github actions image.
56
56
# # Upcoming 2.11.2 might fix, can optionally revisit in the future.
57
57
- name : Install Lein
58
- uses : DeLaGuardo/setup-clojure@13.1
58
+ uses : DeLaGuardo/setup-clojure@13.2
59
59
with :
60
60
lein : 2.10.0
61
61
Original file line number Diff line number Diff line change 40
40
if : inputs.jdk != 'skip'
41
41
42
42
- name : Install Babashka & Clojure
43
- uses : DeLaGuardo/setup-clojure@13.1
43
+ uses : DeLaGuardo/setup-clojure@13.2
44
44
with :
45
45
bb : ' latest'
46
46
cli : ' latest'
Original file line number Diff line number Diff line change 35
35
:flowstorm
36
36
{; ; for disabling the official compiler
37
37
:classpath-overrides {org.clojure/clojure nil }
38
- :extra-deps {com.github.flow-storm/clojure {:mvn/version " 1.12.0-4 " }
38
+ :extra-deps {com.github.flow-storm/clojure {:mvn/version " 1.12.0-9 " }
39
39
com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.2.0" }}
40
40
:jvm-opts [" -Dclojure.storm.instrumentEnable=true" ]}
41
41
You can’t perform that action at this time.
0 commit comments