Re-adding the twitter repo since it is needed, sigh
This commit is contained in:
parent
fc78ebcf34
commit
f654d5d808
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue