Skip to content

Instantly share code, notes, and snippets.

@micrypt
Created June 28, 2011 11:25
Show Gist options
  • Select an option

  • Save micrypt/1050938 to your computer and use it in GitHub Desktop.

Select an option

Save micrypt/1050938 to your computer and use it in GitHub Desktop.
sbt 0.10.0 "meh..." template
name := "My Project"
version := "0.0.1"
scalaVersion := "2.9.0-1"
libraryDependencies ++= Seq(
// Include dependencies
"org.specs2" %% "specs2" % "1.4"
)
resolvers += Resolver.url("Typesafe Repository", url("http://repo.typesafe.com/typesafe/releases/"))
testFrameworks += new TestFramework("org.specs2.runner.SpecsFramework")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment