Commit 65e6a2b 1 parent 6f85c38 commit 65e6a2b Copy full SHA for 65e6a2b
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 26
26
hato/hato {:mvn/version " 0.9.0" }
27
27
dev.weavejester/medley {:mvn/version " 1.7.0" }
28
28
miikka/clj-base62 {:mvn/version " 0.1.1" }
29
- com.github.pmonks/clj-spdx {:mvn/version " 1.0.126 " }
29
+ com.github.pmonks/clj-spdx {:mvn/version " 1.0.145 " }
30
30
com.github.pmonks/rencg {:mvn/version " 1.0.51" }
31
31
com.github.pmonks/embroidery {:mvn/version " 0.1.20" }}
32
32
:aliases
Original file line number Diff line number Diff line change 23
23
24
24
(println " \n ☔️ Running tests on Clojure" (clojure-version )
25
25
" / JVM" (System/getProperty " java.version" ) (str " (" (System/getProperty " java.vm.name" ) " " (System/getProperty " java.vm.version" ) " )" )
26
- " / SPDX License List" (slic/version ) " \n " )
27
-
28
- (println " ⚠️ Note: these tests take between 5 and 10 minutes 🐢" )
26
+ " / SPDX License List" (slic/version ))
29
27
30
28
; Here we hack up a "global once" function
31
29
(def ^:private global-setup (delay
You can’t perform that action at this time.
0 commit comments