Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created September 28, 2013 07:49
Show Gist options
  • Save Shinpeim/6739645 to your computer and use it in GitHub Desktop.
Save Shinpeim/6739645 to your computer and use it in GitHub Desktop.
name := "NullPoGaBot"
version := "0.1"
scalaVersion := "2.10.2"
libraryDependencies ++= Seq(
"org.twitter4j" % "twitter4j-core" % "[3.0,)",
"org.twitter4j" % "twitter4j-stream" % "[3.0,)"
)
resolvers ++= Seq("twitter4j" at "http://twitter4j.org/maven2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment