File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4040 (throw (new RuntimeException))))
4141```
4242
43+ * updated dependencies:
44+
45+ ``` clj
46+ [prismatic/schema " 1.1.3" ] is available but we use " 1.1.2"
47+ [frankiesardo/linked " 1.2.7" ] is available but we use " 1.2.6"
48+ ```
49+
4350## 1.1.4 (9.7.2016)
4451
4552* fix reflection warning with logging, thanks to [ Matt K] ( https://github.com/mtkp ) .
Original file line number Diff line number Diff line change 99 [potemkin " 0.4.3" ]
1010 [cheshire " 5.6.3" ]
1111 [compojure " 1.5.1" ]
12- [prismatic/schema " 1.1.2 " ]
12+ [prismatic/schema " 1.1.3 " ]
1313 [org.tobereplaced/lettercase " 1.0.0" ]
14- [frankiesardo/linked " 1.2.6 " ]
14+ [frankiesardo/linked " 1.2.7 " ]
1515 [ring-middleware-format " 0.7.0" ]
1616 [metosin/ring-http-response " 0.8.0" ]
1717 [metosin/ring-swagger " 0.22.9" ]
2020 :ring {:handler examples.thingie/app}
2121 :source-paths [" examples/thingie/src" ]
2222 :dependencies [[org.clojure/clojure " 1.8.0" ]
23- [http-kit " 2.1.19 " ]
23+ [http-kit " 2.2.0 " ]
2424 [reloaded.repl " 0.2.2" ]
2525 [com.stuartsierra/component " 0.3.1" ]]}
2626 :dev {:repl-options {:init-ns user}
3535 [midje " 1.8.3" ]
3636 [com.stuartsierra/component " 0.3.1" ]
3737 [reloaded.repl " 0.2.2" ]
38- [http-kit " 2.1.19 " ]
38+ [http-kit " 2.2.0 " ]
3939 [criterium " 0.4.4" ]
4040 ; Required when using with Java 1.6
4141 [org.codehaus.jsr166-mirror/jsr166y " 1.7.0" ]]
You can’t perform that action at this time.
0 commit comments