Skip to content

Commit 258e2a4

Browse files
authored
use correct tools path (#16)
1 parent f3d6c1b commit 258e2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
com.cognitect/transit-clj {:mvn/version "0.8.313"}
77
com.taoensso/nippy {:mvn/version "3.1.1"}
88
org.clojure/tools.cli {:mvn/version "1.0.206"}}
9+
:tools/usage {:ns-default wanderung.core}
910
:aliases
1011
{:run-m {:main-opts ["-m" "wanderung.core"]}
1112
:dev {:extra-deps {org.clojure/test.check {:mvn/version "0.9.0"}}}
12-
:tools/usage {:ns-default wanderung.core}
1313
:test {:extra-paths ["test"]
1414
:extra-deps {com.datomic/dev-local {:mvn/version "1.0.242"}
1515
io.github.cognitect-labs/test-runner {:git/tag "v0.5.0"

0 commit comments

Comments
 (0)