

Now, navigate your terminal to the project root directory and run sbt gen-idea. This makes the gen-idea sbt command globally available. resolvers += "Sonatype snapshots" at ""ĪddSbtPlugin( "" % "sbt-idea" % "1.7.0-SNAPSHOT" ) To install the gen-idea plugin create the file ~/.sbt/0.13/plugins/gen-idea.sbt (the filename is arbitrary) with the contents below.

Gen-idea is a sbt task that generates configuration files for the IntelliJ IDEA. If the IDE import does not work out, you can let the gen-idea sbt plugin generate the configuration files instead. If it doesn't work for you, have a look on the methods below to overcome common issues. Troubleshooting IDE integration tends to break easily. Information reliability Fragile Might become outdated very soon.
