luposlip / json-schema

Clojure library JSON Schema validation and generation - Draft-07 compatible
Apache License 2.0
72 stars 7 forks source link

Update to the latest version of everit-json-schema #11

Closed tomjkidd closed 2 years ago

tomjkidd commented 2 years ago

Would you be open to migrating to the latest version? I was running into some issue trying to depend on this library using vanilla deps.edn, due to the fact that com.github.everit-org.json-schema/org.everit.json.schema "1.14.0" actually needs to be retrieved from jitpack rather than maven central (I found this out by switching to lein to see if I could get a small evaluation project up an running).

See https://github.com/everit-org/json-schema#maven-installation for more information

luposlip commented 2 years ago

Hi @tomjkidd - for some reason I missed your PR - sorry! I've already updated the dependency to use 1.14.1 without jitpack, and released 0.3.4.

Thanks for your PR, I'll be more aware before I update the next time - don't hesitate to create a PR another time.