Skip to content

Instantly share code, notes, and snippets.

@ssmylh
Created November 23, 2011 15:36
Show Gist options
  • Save ssmylh/1388991 to your computer and use it in GitHub Desktop.
Save ssmylh/1388991 to your computer and use it in GitHub Desktop.
Unfiltered - Netty giter8テンプレートのbuild.sbt
organization := "com.example"
name := "unfiltered_netty_sample"
scalaVersion := "2.9.1"
version := "0.1.0-SNAPSHOT"
libraryDependencies ++= Seq(
"net.databinder" %% "unfiltered-netty-server" % "0.5.1",
"net.databinder" %% "dispatch-nio" % "0.8.5",
"org.clapper" %% "avsl" % "0.3.6",
"org.clapper" %% "grizzled-scala" % "1.0.9",
"net.databinder" %% "unfiltered-spec" % "0.5.1" % "test"
)
resolvers ++= Seq(
"jboss repo" at "http://repository.jboss.org/nexus/content/groups/public-jboss/"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment