Skip to content

Instantly share code, notes, and snippets.

@oker1
Last active December 11, 2015 08:08
Show Gist options
  • Save oker1/4570621 to your computer and use it in GitHub Desktop.
Save oker1/4570621 to your computer and use it in GitHub Desktop.

sbt gen-idea

name := "gameoflife"
scalaVersion := "2.10.0"
libraryDependencies += "org.scalatest" % "scalatest_2.10.0" % "2.0.M5" % "test"
// project-dir/project/plugins.sbt or ~/.sbt/plugins/build.sbt
resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.3.0-SNAPSHOT")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment