We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862b112 commit a892829Copy full SHA for a892829
doc/01-user-guide.adoc
@@ -55,7 +55,7 @@ Clojure cli users, add the following under `:deps` in your `deps.edn` file. +
55
Babashka users, add the following under `:deps` in your `bb.edn` file:
56
[source,clojure,subs="attributes+"]
57
----
58
- org.clj-commons/clj-http-lite {:mnv/version "{lib-version}"}
+ org.clj-commons/clj-http-lite {:mvn/version "{lib-version}"}
59
60
61
Lein users, add the following into the `:dependencies` vector in your `project.clj` file:
0 commit comments