|
16 | 16 | :scm {:name "git"
|
17 | 17 | :url "https://github.com/metosin/spec-tools"}
|
18 | 18 |
|
19 |
| - :dependencies [[org.clojure/spec.alpha "0.2.187"]] |
| 19 | + :dependencies [[org.clojure/spec.alpha "0.3.218"]] |
20 | 20 |
|
21 |
| - :profiles {:dev {:plugins [[jonase/eastwood "0.3.11"] |
22 |
| - [lein-tach "1.0.0"] |
| 21 | + :profiles {:dev {:plugins [[jonase/eastwood "1.4.0"] |
| 22 | + [lein-tach "1.1.0"] |
23 | 23 | [lein-doo "0.1.11"]
|
24 | 24 | [lein-cljsbuild "1.1.8"]
|
25 |
| - [lein-cloverage "1.1.2"] |
26 |
| - [lein-codox "0.10.7"] |
| 25 | + [lein-cloverage "1.2.4"] |
| 26 | + [lein-codox "0.10.8"] |
27 | 27 | [lein-pprint "1.3.2"]]
|
28 | 28 | :jvm-opts ^:replace ["-server"]
|
29 | 29 | ;:global-vars {*warn-on-reflection* true}
|
30 |
| - :dependencies [[org.clojure/clojure "1.10.0"] |
31 |
| - [org.clojure/clojurescript "1.10.520"] |
32 |
| - [criterium "0.4.5"] |
33 |
| - [prismatic/schema "1.1.12"] |
34 |
| - [org.clojure/test.check "1.0.0"] |
35 |
| - [org.clojure/tools.namespace "1.0.0"] |
36 |
| - [com.gfredericks/test.chuck "0.2.10"] |
| 30 | + :dependencies [[org.clojure/clojure "1.11.1"] |
| 31 | + [org.clojure/clojurescript "1.11.60"] |
| 32 | + [criterium "0.4.6"] |
| 33 | + [prismatic/schema "1.4.1"] |
| 34 | + [org.clojure/test.check "1.1.1"] |
| 35 | + [org.clojure/tools.namespace "1.4.4"] |
| 36 | + [com.gfredericks/test.chuck "0.2.14"] |
37 | 37 | ; com.bhauman/spell-spec library doesn't get any updates, so it has to be copied here
|
38 | 38 | ; under spec-tools.spell-spec namespace in order to fix its bugs.
|
39 | 39 | ; If the library gets updated with fixes it would be desirable to switch back to it.
|
40 | 40 | ;[com.bhauman/spell-spec "0.1.1"]
|
41 |
| - [expound "0.8.4"] |
42 |
| - [metosin/muuntaja "0.6.7"] |
| 41 | + [expound "0.9.0"] |
| 42 | + [metosin/muuntaja "0.6.8"] |
43 | 43 | [metosin/ring-swagger "0.26.2"]
|
44 |
| - [metosin/scjsv "0.6.1"]]} |
| 44 | + [metosin/jsonista "0.3.7"] |
| 45 | + [metosin/scjsv "0.6.2"]]} |
45 | 46 | :perf {:jvm-opts ^:replace ["-server"]}}
|
46 | 47 | :aliases {"all" ["with-profile" "dev"]
|
47 | 48 | "perf" ["with-profile" "default,dev,perf"]
|
|
0 commit comments