Culprit is the version of fipp you rely on is an older fork that hasn't been updated to rely on the new rrb-vector. In Java 11, a toArray method was added so it is now overloaded in a way that requires a type hint to be resolved. This affected rrb-vector, which has now been fixed, but libs depending directly or indirectly on the old version don't work.
https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11/
Culprit is the version of fipp you rely on is an older fork that hasn't been updated to rely on the new rrb-vector. In Java 11, a toArray method was added so it is now overloaded in a way that requires a type hint to be resolved. This affected rrb-vector, which has now been fixed, but libs depending directly or indirectly on the old version don't work.
https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11/