Not sure if this plugin is fully up to date to work with modern Leiningen versions, but for me it seems to be working, after I did a manual search for "lein-interactive" on clojars, to find out that the correct artifact name is now [io.github.ujihisa/lein-interactive "1.0.0"] not [lein-interactive "1.0.0"].
Also, check does not seem to call System/exit anymore:
> check
Compiling namespace my.core
> version
Leiningen 2.9.1 on Java 11.0.2 OpenJDK 64-Bit Server VM
Not sure if this plugin is fully up to date to work with modern Leiningen versions, but for me it seems to be working, after I did a manual search for "lein-interactive" on clojars, to find out that the correct artifact name is now
[io.github.ujihisa/lein-interactive "1.0.0"]
not[lein-interactive "1.0.0"]
.Also,
check
does not seem to callSystem/exit
anymore: