furkan3ayraktar / clojure-polylith-realworld-example-app

Clojure, Polylith and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
MIT License
448 stars 79 forks source link

read-string fix and version updates #11

Closed furkan3ayraktar closed 5 years ago

furkan3ayraktar commented 5 years ago

Fixes the issue mentioned in #8. As it's mentioned here, its better to use clojure.edn/read-string instead of read-string.

Also updated the polylith version to latest.