I am updating a couple of projects to sbt 0.13. I am using IntelliJ IDEA 12 (not interested in EAP 13 at this moment). I am using the sbt plugin by orfjackal. By default it uses an sbt-launch.jar
bundled with IDEA. At least the settings claim that. That has version 0.12 and cannot be launched now because of some JLine incompatibility.
If I go to Settings -> Project Settings -> SBT -> IDE Settings, and specify the 0.13 launcher as custom jar, it works while IntelliJ is open. But the settings are lost when I quit and restart IntelliJ.
So my new idea is to try to replace the bundled sbt-launch.jar. If I open the app bundle (OS X) and search for that name, nothing shows up.
Where is the bundled sbt-launch.jar and how can I swap it?