From f654d5d808a1d05a27c236dfb87f8b0916d0115e Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Wed, 29 Feb 2012 13:55:09 +0100 Subject: [PATCH] Re-adding the twitter repo since it is needed, sigh --- project/AkkaBuild.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index fc97437db0..d7053b0394 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -328,7 +328,8 @@ object AkkaBuild extends Build { // Settings override lazy val settings = super.settings ++ buildSettings ++ Seq( - resolvers += "Sonatype Snapshot Repo" at "https://oss.sonatype.org/content/repositories/snapshots/" + resolvers += "Sonatype Snapshot Repo" at "https://oss.sonatype.org/content/repositories/snapshots/", + resolvers += "Twitter Public Repo" at "http://maven.twttr.com" // This will be going away with com.mongodb.async's next release ) lazy val baseSettings = Defaults.defaultSettings ++ Publish.settings