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 6b0db77 commit 22b9f99Copy full SHA for 22b9f99
project.clj
@@ -2,12 +2,12 @@
2
:description "An example compojure-api app with authentication using buddy"
3
4
:dependencies [[org.clojure/clojure "1.7.0"]
5
- [metosin/compojure-api "0.23.1"]
+ [metosin/compojure-api "0.24.1"]
6
[metosin/ring-http-response "0.6.5"]
7
- [metosin/ring-swagger-ui "2.1.3"]
+ [metosin/ring-swagger-ui "2.1.3-4"]
8
[cheshire "5.5.0"]
9
[http-kit "2.1.19"]
10
- [buddy "0.7.2"]
+ [buddy "0.8.2"]
11
[org.clojure/java.jdbc "0.4.2"]
12
[postgresql/postgresql "9.3-1102.jdbc41"]
13
[yesql "0.5.1"]
0 commit comments