Skip to content

Commit

Permalink
test against clojure 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed May 13, 2024
1 parent 56469bc commit ebb91a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:1.10 {:resource-paths ["test-resources"]
:dependencies [[org.clojure/clojure "1.10.3"]]}
:1.11 {:resource-paths ["test-resources"]
:dependencies [[org.clojure/clojure "1.11.2"]]}}
:dependencies [[org.clojure/clojure "1.11.3"]]}}

:aliases {"test-all-profiles" ["with-profile" "default:dev,1.10:dev,1.11" "test"]
"cloverage" ["do" "cloverage" "--output" "docs/coverage"]
Expand Down

0 comments on commit ebb91a9

Please sign in to comment.