We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d7aca commit 88f0b3aCopy full SHA for 88f0b3a
deps.edn
@@ -0,0 +1,8 @@
1
+{:deps {org.clojure/clojure {:mvn/version "1.9.0"},
2
+ nl.martijndwars/web-push {:mvn/version "5.0.1"},
3
+ org.bouncycastle/bcprov-jdk15on {:mvn/version "1.61"}}
4
+ :aliases
5
+ {:test {:extra-paths ["test"]
6
+ :extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
7
+ :main-opts ["-m" "cognitect.test-runner"]
8
+ :exec-fn cognitect.test-runner.api/test}}}
0 commit comments