Fork me on GitHub
#cursive
<
2024-01-01
>
WonderLastking19:01:34

Hi guys, i'm trying to run my project via Intellij 2023.3.1 (cursive plugin) and when I try to start repl i'm getting DEPRECATED: Libs must be qualified, change migratus => migratus/migratus (C:\Users\user\my-project\deps.edn) DEPRECATED: Libs must be qualified, change clojure.java-time => clojure.java-time/clojure.java-time (C:\Users\user\my-project\deps.edn) DEPRECATED: Libs must be qualified, change hikari-cp => hikari-cp/hikari-cp And then error running repl Illegal char :> at index 2:

Bob B20:01:40

the 'libs must be qualified' thing is normal from the deps lib (because the library names should be qualified) - the illegal char thing seems like it might be a path-related thing, but there isn't a ton of context to draw many conclusions the repl window shows the command line it's executing... it might help to try using that command line to boil down the nature of the issue

WonderLastking19:01:01

Is something known?

WonderLastking19:01:31

Fun fact if I try to run it via Intellij 2021.3.3 (community edition) everything works correctly