metosin / reitit

A fast data-driven routing library for Clojure/Script
https://cljdoc.org/d/metosin/reitit/
Eclipse Public License 1.0
1.4k stars 252 forks source link

Example projects using reitit.swagger fail to compile #651

Closed vedang closed 10 months ago

vedang commented 10 months ago

As of 497da675b92d2d50b00feaf3ff662145a04a250d (committed 1st Sept 2023), swagger.cljc uses the update-vals function, introduced in Clojure 1.11.

Since the project.clj files use Clojure 1.10, this causes a compilation error when we try to run the examples.