From fc78ebcf34eb842689adbad4dfe5cc286f32e9bb Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Wed, 29 Feb 2012 11:49:30 +0100 Subject: [PATCH] Removing wasteful repos --- project/AkkaBuild.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 43a34e640c..fc97437db0 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -345,8 +345,6 @@ object AkkaBuild extends Build { lazy val defaultSettings = baseSettings ++ formatSettings ++ Seq( resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/", - resolvers += "Twitter Public Repo" at "http://maven.twttr.com", // This will be going away with com.mongodb.async's next release - resolvers += "Typesafe Snapshot Repo" at "http://repo.typesafe.com/typesafe/snapshots/", // Used while play-mini is still on RC // compile options scalacOptions ++= Seq("-encoding", "UTF-8", "-deprecation", "-unchecked") ++ (