ngrunwald / ring-middleware-format

Ring middleware for parsing parameters and emitting responses in JSON or other formats
163 stars 49 forks source link

Update yaml #73

Closed mikeThurmond closed 5 years ago

mikeThurmond commented 5 years ago

clj-yaml was updated to use the correct version or ordered/flatland. This should fix the java 11 upgrade issue

Deraen commented 5 years ago

clj-yaml is now maintained under clj-commons: https://github.com/clj-commons/clj-yaml https://clojars.org/clj-commons/clj-yaml

mikeThurmond commented 5 years ago

edited dependency

mikeThurmond commented 5 years ago

@Deraen how does this look?