Skip to content

Instantly share code, notes, and snippets.

@felipehummel
Created February 7, 2013 05:45
Show Gist options
  • Save felipehummel/4728842 to your computer and use it in GitHub Desktop.
Save felipehummel/4728842 to your computer and use it in GitHub Desktop.
name := "Test"
version := "0.1"
scalaVersion := "2.10.0"
resolvers += "Sonatype Repository" at "http://oss.sonatype.org/content/repositories/releases"
libraryDependencies ++= Seq(
"org.scalatra" % "scalatra" % "2.2.0",
"org.scalatra" % "scalatra-scalate" % "2.2.0",
"org.scalatra" % "scalatra-specs2" % "2.2.0" % "test",
"ch.qos.logback" % "logback-classic" % "1.0.6" % "runtime",
"org.eclipse.jetty" % "jetty-webapp" % "8.1.8.v20121106" % "compile",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "compile;provided;test" artifacts (Artifact("javax.servlet", "jar", "jar"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment