Skip to content

Instantly share code, notes, and snippets.

@akr4
Created December 15, 2011 10:32
Show Gist options
  • Save akr4/1480650 to your computer and use it in GitHub Desktop.
Save akr4/1480650 to your computer and use it in GitHub Desktop.
netty WordCount Server https://gist.github.com/1477900 用の build.sbt
scalaVersion := "2.9.1"
resolvers ++= Seq(
"jboss.org" at "http://repository.jboss.org/nexus/content/groups/public/"
)
libraryDependencies ++= Seq(
"org.jboss.netty" % "netty" % "3.2.7.Final"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment