Removing wasteful repos

This commit is contained in:
Viktor Klang 2012-02-29 11:49:30 +01:00
parent 4c8048588f
commit fc78ebcf34

View file

@ -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") ++ (