|
5 | 5 | :url "http://www.eclipse.org/legal/epl-v10.html" |
6 | 6 | :distribution :repo |
7 | 7 | :comments "same as Clojure"} |
8 | | - :dependencies [[prismatic/schema "1.4.1"] |
9 | | - [prismatic/plumbing "0.6.0"] |
| 8 | + :dependencies [[prismatic/schema "1.1.12"] |
| 9 | + [prismatic/plumbing "0.5.5"] |
10 | 10 | [ikitommi/linked "1.3.1-alpha1"] ;; waiting for the original |
11 | | - [metosin/jsonista "0.3.1"] ;; dependency conflicts |
12 | | - [metosin/muuntaja "0.6.10"] |
| 11 | + [metosin/muuntaja "0.6.6"] |
13 | 12 | [com.fasterxml.jackson.datatype/jackson-datatype-joda "2.10.1"] |
14 | | - [ring/ring-core "1.12.1"] |
15 | | - [compojure "1.7.1" ] |
16 | | - [metosin/spec-tools "0.10.6"] |
17 | | - [metosin/ring-http-response "0.9.3"] |
18 | | - [metosin/ring-swagger-ui "3.52.3"] |
| 13 | + [ring/ring-core "1.8.0"] |
| 14 | + [compojure "1.6.1" ] |
| 15 | + [metosin/spec-tools "0.10.0"] |
| 16 | + [metosin/ring-http-response "0.9.1"] |
| 17 | + [metosin/ring-swagger-ui "3.24.3"] |
19 | 18 | [metosin/ring-swagger "0.26.2"] |
20 | 19 |
|
21 | | - [com.fasterxml.jackson.core/jackson-annotations "2.12.0"] |
| 20 | + ;; Fix dependency conflicts |
22 | 21 | [clj-time "0.15.2"] |
23 | 22 | [joda-time "2.10.5"] |
24 | 23 | [riddley "0.2.0"]] |
|
37 | 36 | [org.clojure/core.async "0.6.532"] |
38 | 37 | [javax.servlet/javax.servlet-api "4.0.1"] |
39 | 38 | [peridot "0.5.2"] |
| 39 | + [com.rpl/specter "1.1.3"] |
40 | 40 | [com.stuartsierra/component "0.4.0"] |
41 | 41 | [expound "0.8.2"] |
42 | | - [metosin/jsonista "0.3.1"] |
| 42 | + [metosin/jsonista "0.2.5"] |
43 | 43 | [reloaded.repl "0.2.4"] |
44 | 44 | [metosin/muuntaja-msgpack "0.6.6"] |
45 | 45 | [metosin/muuntaja-yaml "0.6.6"] |
|
0 commit comments