Julia plugin does not work anymore after updating to Julia 1.11

Hi, I recently updated Julia from 1.10 to 1.11 and my Julia plugin in texmacs is not working anymore. When I start a Julia session, I see “Busy” but nothing happens.

If in a Scheme session I try (url-exists-in-path? "julia") I get #t and also (supports-julia?) gives #t as well. It should be noted that I updated my Julia through Juliaup, and the julia.exe file is located in C:\Users\Username\.julia\juliaup\julia-1.11.1+0.x64.w64.mingw32\bin, which is added to my PATH. I can start the newly installed julia from terminal and it runs without any problem.

Try the latest testing build posted two days ago.

Where do I find this testing build?

Windows and macos binaries are here. If you are on Linux, you have to pull the svn repository and build it yourself.

Great, thanks very much!