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 6f0d7ac commit cccb6ccCopy full SHA for cccb6cc
CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
```clj
8
[prismatic/plumbing "0.5.3"] is available but we use "0.5.2"
9
+[cheshire "5.6.1"] is available but we use "5.5.0"
10
```
11
12
## 1.0.2 (27.3.2016)
project.clj
@@ -7,7 +7,7 @@
:comments "same as Clojure"}
:dependencies [[prismatic/plumbing "0.5.3"]
[potemkin "0.4.3"]
- [cheshire "5.5.0"]
+ [cheshire "5.6.1"]
[compojure "1.5.0"]
[prismatic/schema "1.1.0"]
13
[org.tobereplaced/lettercase "1.0.0"]
@@ -27,7 +27,7 @@
27
:plugins [[lein-clojars "0.9.1"]
28
[lein-midje "3.2"]
29
[lein-ring "0.9.7"]
30
- [funcool/codeina "0.3.0"]]
+ [funcool/codeina "0.4.0"]]
31
:dependencies [[org.clojure/clojure "1.8.0"]
32
[slingshot "0.12.2"]
33
[peridot "0.4.3"]
0 commit comments