We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1ad29 commit 952ec85Copy full SHA for 952ec85
project.clj
@@ -1,4 +1,4 @@
1
-(defproject protean-api "0.14.0"
+(defproject protean-api "0.14.1"
2
:description "Protean API."
3
:url "http://github.com/passivsystems/protean-api"
4
:license {:name "Apache License v2.0"
@@ -8,7 +8,7 @@
8
[org.clojure/data.xml "0.0.8"]
9
[cheshire "5.10.0"]
10
[clj-http "3.10.1"]
11
- [org.tcrawley/dynapath "1.1.0"]
+ [org.tcrawley/dynapath "0.2.5"] ;; Fixes Could not find a suitable classloader to modify from clojure.lang.LazySeq
12
[com.cemerick/pomegranate "1.1.0"]
13
[com.gfredericks/test.chuck "0.2.9"]
14
[com.github.java-json-tools/json-schema-validator "2.2.14"]
0 commit comments