Skip to content

Instantly share code, notes, and snippets.

@ssmylh
Created November 12, 2011 09:27
Show Gist options
  • Select an option

  • Save ssmylh/1360292 to your computer and use it in GitHub Desktop.

Select an option

Save ssmylh/1360292 to your computer and use it in GitHub Desktop.
Unfiltered - giter8テンプレートのbuild.sbt
organization := "com.example"
name := "unfiltered-sample"
scalaVersion := "2.9.1"
version := "0.1.0-SNAPSHOT"
libraryDependencies ++= Seq(
"net.databinder" %% "unfiltered-filter" % "0.6.1",
"net.databinder" %% "unfiltered-jetty" % "0.6.1",
"org.clapper" %% "avsl" % "0.3.6",
"net.databinder" %% "unfiltered-spec" % "0.6.1" % "test"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment