Search code examples
intellij-ideasbt

How to set sbt bin path in IntellIJ?


I have a local sbt installed with a higher version. But the IntellIJ downloads a lower version of the sbt.

How/where can I update the path in the IntellIJ so that it takes up the newer version of sbt?


Solution

  • Preferences | Build, Execution, Deployment | Build Tools | SBT | Launcher (sbt-launch.sbt)

    As shown below:

    enter image description here