Created
August 12, 2011 06:25
-
-
Save kornysietsma/1141569 to your computer and use it in GitHub Desktop.
sbt sample 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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