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

Update Clojure version of all Swagger Examples to 1.11 #652

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.

Due to this, all the example projects fail to run since the project.clj specifies Clojure version 1.10.

This commit updates the Clojure version for such examples, fixing the problem.

Fixes: #651

ikitommi commented 10 months ago

Thanks!