Skip to content

Commit 65e6a2b

Browse files
committed
⬆️ Upgrade dependency and adjust unit tests accordingly
1 parent 6f85c38 commit 65e6a2b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
hato/hato {:mvn/version "0.9.0"}
2727
dev.weavejester/medley {:mvn/version "1.7.0"}
2828
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"}
3030
com.github.pmonks/rencg {:mvn/version "1.0.51"}
3131
com.github.pmonks/embroidery {:mvn/version "0.1.20"}}
3232
:aliases

test/lice_comb/test_boilerplate.clj

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323

2424
(println "\n☔️ Running tests on Clojure" (clojure-version)
2525
"/ 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))
2927

3028
; Here we hack up a "global once" function
3129
(def ^:private global-setup (delay

0 commit comments

Comments
 (0)