Skip to content

Commit

Permalink
Remap classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomingtoming committed Aug 9, 2015
1 parent 1c51325 commit 23e8360
Show file tree
Hide file tree
Showing 19 changed files with 1,372 additions and 1,052 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Expand Up @@ -13,11 +13,11 @@ javaOptions += "-server"
libraryDependencies ++= {
Seq(
// Scala Section
"com.typesafe.akka" %% "akka-actor" % "2.3.11",
"com.twitter" % "util-logging_2.11" % "6.24.0",
"org.specs2" % "specs2_2.11" % "2.4.2" % "test",
// Java Section
"org.twitter4j" % "twitter4j-core" % "[3.0,)",
"org.slf4j" % "slf4j-nop" % "1.6.4",
"log4j" % "log4j" % "1.2.17"
"org.mockito" % "mockito-all" % "1.10.19",
"org.twitter4j" % "twitter4j-core" % "[3.0,)",
"org.slf4j" % "slf4j-nop" % "1.6.4",
"log4j" % "log4j" % "1.2.17"
)
}

0 comments on commit 23e8360

Please sign in to comment.