We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7186b2c commit cc937b4Copy full SHA for cc937b4
CHANGELOG.md
@@ -3,6 +3,7 @@ See also: [compojure-api 1.1.x changelog](./CHANGELOG-1.1.x.md)
3
## Unreleased
4
5
* Fix empty spec response coercion. [#413](https://github.com/metosin/compojure-api/issues/413)
6
+* Remove potemkin [#445](https://github.com/metosin/compojure-api/issues/445)
7
8
## 2.0.0-alpha31 (2019-12-20)
9
project.clj
@@ -5,8 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "same as Clojure"}
- :dependencies [[potemkin "0.4.5"]
- [prismatic/schema "1.1.12"]
+ :dependencies [[prismatic/schema "1.1.12"]
10
[prismatic/plumbing "0.5.5"]
11
[ikitommi/linked "1.3.1-alpha1"] ;; waiting for the original
12
[metosin/muuntaja "0.6.6"]
0 commit comments