Skip to content

Commit

Permalink
test & ci: bump deps (#278)
Browse files Browse the repository at this point in the history
Of note: now testing against clojure 1.12.0-beta1!
  • Loading branch information
lread authored Jun 17, 2024
1 parent e65990e commit 7d176f9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 38 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}}

;; Clojure pre-release to test against
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha12"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-beta1"}}}

;;
;; ClojureScript version we test with (and support)
Expand All @@ -31,7 +31,7 @@
;;
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
;; so we do not pick up our own clj-kondo config exports
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.05.22"}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.05.24"}}
:override-deps {org.clojure/clojure {:mvn/version "1.11.3"}}
:main-opts ["-m" "clj-kondo.main"]}

Expand Down Expand Up @@ -136,7 +136,7 @@
;;
;; Deployment
;;
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.3"}}
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.4"}}
:extra-paths ["src" "build"]
:ns-default build}

Expand Down
71 changes: 37 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"karma-cljs-test": "^0.1.0",
"karma-junit-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"shadow-cljs": "^2.28.7"
"shadow-cljs": "^2.28.9"
}
}

0 comments on commit 7d176f9

Please sign in to comment.