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 2257b76 commit 40cf83bCopy full SHA for 40cf83b
project.clj
@@ -1,4 +1,4 @@
1
-(defproject metosin/compojure-api "0.18.0-SNAPSHOT"
+(defproject metosin/compojure-api "0.18.0"
2
:description "Compojure Api"
3
:url "https://github.com/metosin/compojure-api"
4
:license {:name "Eclipse Public License"
@@ -14,7 +14,7 @@
14
[org.tobereplaced/lettercase "1.0.0"]
15
[metosin/ring-http-response "0.6.0"]
16
[metosin/ring-swagger "0.18.1"]
17
- [metosin/ring-middleware-format "0.6.0-SNAPSHOT"]]
+ [metosin/ring-middleware-format "0.6.0"]]
18
:profiles {:thingie {:ring {:handler examples.thingie/app
19
:reload-paths ["src" "examples/src"]}
20
:source-paths ["examples/src"]
0 commit comments