This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-01
Channels
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:
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
Is something known?
Fun fact if I try to run it via Intellij 2021.3.3 (community edition) everything works correctly