File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 0.22.0 (8.11.2015)
22
33- ** BREAKING** : Dropped support for Clojure 1.6
44- ** BREAKING** : Supports and depends on Schema 1.0.
@@ -11,7 +11,7 @@ now supports passing arbitrary options to `SwaggerUI`
1111- updated dependencies:
1212
1313``` clojure
14- [metosin/schema-tools " 0.6.2 " ] is available but we use " 0.5.2"
14+ [metosin/schema-tools " 0.7.0 " ] is available but we use " 0.5.2"
1515[prismatic/schema " 1.0.3" ] is available but we use " 0.4.4"
1616[prismatic/plumbing " 0.5.1" ] is available but we use " 0.4.4"
1717```
Original file line number Diff line number Diff line change 1- (defproject metosin /ring-swagger " 0.22.0-SNAPSHOT "
1+ (defproject metosin /ring-swagger " 0.22.0"
22 :description " Swagger Spec for Ring Apps"
33 :url " https://github.com/metosin/ring-swagger"
44 :license {:name " Eclipse Public License"
88 :dependencies [[cheshire " 5.5.0" ]
99 [slingshot " 0.12.2" ]
1010 [metosin/ring-http-response " 0.6.5" ]
11- [metosin/schema-tools " 0.7.0-SNAPSHOT " ]
11+ [metosin/schema-tools " 0.7.0" ]
1212 [prismatic/schema " 1.0.3" ]
1313 [prismatic/plumbing " 0.5.1" ]
1414 [clj-time " 0.11.0" ]
2020 [lein-midje " 3.2" ]
2121 [funcool/codeina " 0.3.0" ]]
2222 :dependencies [[org.clojure/clojure " 1.7.0" ]
23- [midje " 1.8.2 " ]
23+ [midje " 1.8.1 " ]
2424 [ring-mock " 0.1.5" ]
2525 [metosin/scjsv " 0.2.0" ]
2626 [metosin/ring-swagger-ui " 2.1.3-2" ]
You can’t perform that action at this time.
0 commit comments