Repro:
$ clj -Sdeps '{:deps {meander/epsilon {:git/sha "74de6b1f651441092cc12d1c9012ef7086033040" :git/url "https://github.com/noprompt/meander"}}}'
Checking out: https://github.com/noprompt/meander at 74de6b1f651441092cc12d1c9012ef7086033040
Clojure 1.12.0
user=> (require '[meander.util.epsilon])
Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:445).
cljs.tagged_literals.JSValue
This came up when someone tried to use meander's latest commit with clerk, but this is not relevant to the repro.