Created
December 15, 2011 10:32
-
-
Save akr4/1480650 to your computer and use it in GitHub Desktop.
netty WordCount Server https://gist.github.com/1477900 用の build.sbt
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
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