Skip to content

Commit

Permalink
test: bump deps (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread authored Jan 23, 2025
1 parent 05e6c02 commit 9adcc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
:main-opts ["-m" "cognitect.test-runner"]}

;; figwheel for clojurescript testing during dev
:fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.19"}}
:fig-test {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.20"}}
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}
:extra-paths ["target" "test"]
:main-opts ["-m" "figwheel.main" "-b" "fig" "-r"]}
Expand Down
2 changes: 1 addition & 1 deletion script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"bin/test unit"]}
{:name "clojure-lsp"
:platforms [:clj]
:version "2024.11.08-17.49.29"
:version "2025.01.22-23.28.23"
:github-release {:repo "clojure-lsp/clojure-lsp"}
:patch-fn clojure-lsp-patch
:show-deps-fn clojure-lsp-deps
Expand Down

0 comments on commit 9adcc9f

Please sign in to comment.