Skip to content

Commit cc937b4

Browse files
committed
Close #445
1 parent 7186b2c commit cc937b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ See also: [compojure-api 1.1.x changelog](./CHANGELOG-1.1.x.md)
33
## Unreleased
44

55
* 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)
67

78
## 2.0.0-alpha31 (2019-12-20)
89

project.clj

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
:url "http://www.eclipse.org/legal/epl-v10.html"
66
:distribution :repo
77
:comments "same as Clojure"}
8-
:dependencies [[potemkin "0.4.5"]
9-
[prismatic/schema "1.1.12"]
8+
:dependencies [[prismatic/schema "1.1.12"]
109
[prismatic/plumbing "0.5.5"]
1110
[ikitommi/linked "1.3.1-alpha1"] ;; waiting for the original
1211
[metosin/muuntaja "0.6.6"]

0 commit comments

Comments
 (0)