Skip to content

Commit a5ad438

Browse files
committed
internal & test deps: update
Of note: - testing against updated ClojureScript release - karma bump now seems to be working on Windows (was failing for me previously) - switched to maven artifact of deps-deploy, not sure where I got the idea I should be using a git dep, but its README usage recommend the maven artifact.
1 parent 856c312 commit a5ad438

File tree

3 files changed

+105
-126
lines changed

3 files changed

+105
-126
lines changed

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;;
1515
;; ClojureScript version we test with (and support)
1616
;;
17-
:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.51"}}}
17+
:cljs {:extra-deps {org.clojure/clojurescript {:mvn/version "1.11.54"}}}
1818

1919
;;
2020
;; Linting
@@ -67,7 +67,7 @@
6767
:main-opts ["-m" "cognitect.test-runner"]}
6868

6969
;; figwheel for clojurescript testing during dev
70-
:fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.17"}}
70+
:fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.18"}}
7171
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
7272
:extra-paths ["target" "test"]
7373
:main-opts ["-m" "figwheel.main" "-b" "fig" "-r"]}
@@ -123,14 +123,14 @@
123123
;; Deployment
124124
;
125125
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.2" :git/sha "ba1a2bf"}
126-
io.github.slipset/deps-deploy {:sha "d1fac08888ec8beda0579d3071bb9f804a1d446c"}
126+
slipset/deps-deploy {:mvn/version "0.2.0"}
127127
com.camsaul/whitespace-linter {:mvn/version "2022.01.27.04.43"}}
128128
:ns-default build}
129129

130130
;;
131131
;; Maintenance support
132132
;;
133-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.6.1"}
133+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.6.774"}
134134
org.slf4j/slf4j-simple {:mvn/version "1.7.36"} ;; to rid ourselves of logger warnings
135135
}
136136
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}

0 commit comments

Comments
 (0)