Skip to content

Commit 952ec85

Browse files
committed
fix classloader issue
1 parent ff1ad29 commit 952ec85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject protean-api "0.14.0"
1+
(defproject protean-api "0.14.1"
22
:description "Protean API."
33
:url "http://github.com/passivsystems/protean-api"
44
:license {:name "Apache License v2.0"
@@ -8,7 +8,7 @@
88
[org.clojure/data.xml "0.0.8"]
99
[cheshire "5.10.0"]
1010
[clj-http "3.10.1"]
11-
[org.tcrawley/dynapath "1.1.0"]
11+
[org.tcrawley/dynapath "0.2.5"] ;; Fixes Could not find a suitable classloader to modify from clojure.lang.LazySeq
1212
[com.cemerick/pomegranate "1.1.0"]
1313
[com.gfredericks/test.chuck "0.2.9"]
1414
[com.github.java-json-tools/json-schema-validator "2.2.14"]

0 commit comments

Comments
 (0)