Skip to content

Commit b8e064a

Browse files
authored
test & ci: bump deps (#370)
1 parent 9ae8564 commit b8e064a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/libs-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
## instead of using lein bundled with github actions image.
5656
## Upcoming 2.11.2 might fix, can optionally revisit in the future.
5757
- name: Install Lein
58-
uses: DeLaGuardo/setup-clojure@13.1
58+
uses: DeLaGuardo/setup-clojure@13.2
5959
with:
6060
lein: 2.10.0
6161

.github/workflows/shared-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
if: inputs.jdk != 'skip'
4141

4242
- name: Install Babashka & Clojure
43-
uses: DeLaGuardo/setup-clojure@13.1
43+
uses: DeLaGuardo/setup-clojure@13.2
4444
with:
4545
bb: 'latest'
4646
cli: 'latest'

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
:flowstorm
3636
{;; for disabling the official compiler
3737
: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"}
3939
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.2.0"}}
4040
:jvm-opts ["-Dclojure.storm.instrumentEnable=true"]}
4141

0 commit comments

Comments
 (0)