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 aef856a commit c87fd91Copy full SHA for c87fd91
project.clj
@@ -1,8 +1,8 @@
1
-(defproject metosin/compojure-api-examples "0.9.0"
+(defproject metosin/compojure-api-examples "0.10.2"
2
:description "Compojure-api-examples"
3
:dependencies [[org.clojure/clojure "1.5.1"]
4
[clj-time "0.6.0"]
5
- [metosin/compojure-api "0.10.1"]
+ [metosin/compojure-api "0.10.2"]
6
[metosin/ring-http-response "0.4.0"]
7
[metosin/ring-swagger-ui "2.0.12-1"]]
8
:ring {:handler compojure.api.examples.handler/app}
0 commit comments