Skip to content

Instantly share code, notes, and snippets.

@joseraya
Created April 17, 2012 09:46
Show Gist options
  • Save joseraya/2404943 to your computer and use it in GitHub Desktop.
Save joseraya/2404943 to your computer and use it in GitHub Desktop.
Empty sbt-idea project
organization := "com.agilogy"
name := "<<whatever>>"
version := "0.0.1"
scalaVersion := "2.9.1"
libraryDependencies += "org.scalatest" %% "scalatest" % "1.7.1" % "test"
resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment