Removing wasteful repos
This commit is contained in:
parent
4c8048588f
commit
fc78ebcf34
1 changed files with 0 additions and 2 deletions
|
|
@ -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") ++ (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue