Skip to content

Instantly share code, notes, and snippets.

@ilaborie
Created August 25, 2013 21:14
Show Gist options
  • Save ilaborie/6336355 to your computer and use it in GitHub Desktop.
Save ilaborie/6336355 to your computer and use it in GitHub Desktop.
SBT plugin with IDEA, Eclipse, Scalastyle
// Resolvers
resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
// Eclipse generation
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
// IDEA generation
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
// Scalastyle
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.3.2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment