Commit fed996c 1 parent 55854a4 commit fed996c Copy full SHA for fed996c
File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
16
16
uses : actions/checkout@v4
17
17
18
18
- name : Prepare java
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
distribution : ' zulu'
22
22
java-version : ' 17'
23
23
24
24
- name : Install Clojure
25
- uses : DeLaGuardo/setup-clojure@12.1
25
+ uses : DeLaGuardo/setup-clojure@12.5
26
26
with :
27
27
cli : ' latest'
28
28
29
29
- name : Cache clojure dependencies
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : |
33
33
~/.m2/repository
Original file line number Diff line number Diff line change 1
1
{:paths [" clojure" " clojure/tests" ]
2
- :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
- org.clojure/core.match {:mvn/version " 1.0 .0" }
4
- org.clojure/data.int-map {:mvn/version " 1.2.1 " }
2
+ :deps {org.clojure/clojure {:mvn/version " 1.11.3 " }
3
+ org.clojure/core.match {:mvn/version " 1.1 .0" }
4
+ org.clojure/data.int-map {:mvn/version " 1.3.0 " }
5
5
org.clojure/core.async {:mvn/version " 1.6.681" }
6
- org.flatland/ordered {:mvn/version " 1.15.11 " }
7
- org.clojure/data.priority-map {:mvn/version " 1.1 .0" }
6
+ org.flatland/ordered {:mvn/version " 1.15.12 " }
7
+ org.clojure/data.priority-map {:mvn/version " 1.2 .0" }
8
8
io.github.engelberg/better-cond {:git/tag " v2.1.5" :git/sha " 156bc5f" }}
9
9
:aliases
10
10
{:profile {:jvm-opts [" -Djdk.attach.allowAttachSelf" ]
11
11
:extra-deps {criterium/criterium {:mvn/version " 0.4.6" }
12
- com.clojure-goes-fast/clj-async-profiler {:mvn/version " 1.1 .0" }
12
+ com.clojure-goes-fast/clj-async-profiler {:mvn/version " 1.2 .0" }
13
13
com.taoensso/tufte {:mvn/version " 2.6.3" }}}
14
- :viz {:extra-deps {quil/quil {:mvn/version " 4.3.1323 " }}}
15
- :splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version " 1.15.0 " }}
14
+ :viz {:extra-deps {quil/quil {:mvn/version " 4.3.1563 " }}}
15
+ :splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version " 1.15.2 " }}
16
16
:main-opts [" -m" " noahtheduke.splint" ]}}}
You can’t perform that action at this time.
0 commit comments