Skip to content

Commit

Permalink
breaking: Drop clojure 1.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 27, 2024
1 parent 1c1829b commit 6c0efb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ test: test-clj test-bb test-cljs test-nbb ## Run all tests

.PHONY: test-clj
test-clj: ## Run clj tests
clojure -M:dev:1.9:test-clj
clojure -M:dev:1.10:test-clj
clojure -M:dev:test-clj

Expand Down
3 changes: 0 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
com.github.liquidz/testdoc {:mvn/version "1.5.109"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}}}

:1.9
{:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}

:1.10
{:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}

Expand Down

0 comments on commit 6c0efb4

Please # to comment.