Skip to content

Instantly share code, notes, and snippets.

@sdether
Last active September 24, 2015 19:28
Show Gist options
  • Save sdether/ea9196b10cdb46757d5f to your computer and use it in GitHub Desktop.
Save sdether/ea9196b10cdb46757d5f to your computer and use it in GitHub Desktop.
* File -> New -> Project ...
* Scala -> SBT
** next
* Pick name, location, DSK, SBT version (latest) and Scala version
* Check all checkboxes
** Finish
The Project will open, open build.sbt. Initially all lines will be red, which means
the project hasn't yet imported. Now the waiting game begins. Once the IntelliJ has
no more red marks, the project is fully imported and ready.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment