Skip to content

Commit 8ffb224

Browse files
committed
Add kaocha
1 parent 0ea6450 commit 8ffb224

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps.edn

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
com.cognitect/anomalies {:mvn/version "0.1.12"}
44
org.clojure/data.json {:mvn/version "2.5.1"}
55
com.google.auth/google-auth-library-oauth2-http {:mvn/version "1.41.0"}
6-
java-http-clj/java-http-clj {:mvn/version "0.4.3"}}
6+
java-http-clj/java-http-clj {:mvn/version "0.4.3"}
7+
}
78
:aliases {:test {:extra-paths ["test"]
8-
:extra-deps {provisdom/test {:git/url "https://github.com/Provisdom/test.git"
9+
:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
10+
provisdom/test {:git/url "https://github.com/Provisdom/test.git"
911
:git/sha "e61c16a40bd5d1676afcef6791fd8cb60551b5a4"}
1012
org.clojure/test.check {:mvn/version "1.1.2"}}}
1113
:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0" :git/sha "9bd8b8a"}}

0 commit comments

Comments
 (0)