Skip to content

Commit 99f2521

Browse files
committed
clarify default clojure version
Signed-off-by: Sean Corfield <[email protected]>
1 parent f46adf2 commit 99f2521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;; all - run tests against all supported Clojure versions
33
;; bench - run only benchmarks
44
;; stress - run only stress tests
5-
;; 1.10/1.11/1.12 - run only against the specified Clojure version
5+
;; 1.10/1.11/1.12 - run only against the specified Clojure version (defaults to 1.10)
66
;; jdk11/jdk17/jdk21/jdk24 - indicate which JDK you are using (defaults to jdk24)
77
{:tasks
88
{:requires [[clojure.string :as str]]

0 commit comments

Comments
 (0)