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 73badda commit 9cd721dCopy full SHA for 9cd721d
README.md
@@ -5,7 +5,11 @@ applications to be composed of small, independent parts.
5
6
## Installation
7
8
-Add the following dependency to your `project.clj` file:
+Add the following dependency to your deps.edn file:
9
+
10
+ compojure/compojure {:mvn/version "1.7.1"}
11
12
+Or to your Leiningen project file:
13
14
[compojure "1.7.1"]
15
0 commit comments