Fork me on GitHub
#reitit
<
2018-12-02
>
arlicle07:12:15

when I use boot and reitit, and (:require [reitit.swagger :as swagger]), I got this error

arlicle07:12:04

(:require [reitit.swagger :as swagger])

arlicle07:12:45

But when I use lein, It's ok

ikitommi10:12:11

@arlicle ident? was introduced in 1.9.0, your boot setup might use older version of clojure?

arlicle10:12:23

when I update boot to version 2.8.2, clojure 1.8, It's still have this proplem @ikitommi

ikitommi10:12:27

You should update to clojure 1.9

arlicle13:12:40

@ikitommi I update clojure to 1.9, the problem fixed, Thank you very much:)