Skip to content

Instantly share code, notes, and snippets.

@kornysietsma
Created August 12, 2011 06:25
Show Gist options
  • Save kornysietsma/1141569 to your computer and use it in GitHub Desktop.
Save kornysietsma/1141569 to your computer and use it in GitHub Desktop.
sbt sample 2
val scalatra = "org.scalatra" %% "scalatra" % scalatraVersion withSources ()
val scalate = "org.scalatra" %% "scalatra-scalate" % scalatraVersion withSources ()
val servletApi = "org.mortbay.jetty" % "servlet-api" % "2.5-20081211" % "provided"
val specs = "org.scalatra" %% "scalatra-specs" % scalatraVersion % "test" withSources ()
val mockito = "org.mockito" % "mockito-all" % "1.8.5" % "test" withSources ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment