Akka prompt is added to SBT

This commit is contained in:
Amir Moulavi 2012-04-23 10:28:19 +02:00
parent b9ea457161
commit c0ca516dd4

View file

@ -340,7 +340,9 @@ object AkkaBuild extends Build {
override lazy val settings = super.settings ++ buildSettings ++ Seq(
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
)
) :+ {
shellPrompt := { s => Project.extract(s).currentProject.id + " > " }
}
lazy val baseSettings = Defaults.defaultSettings ++ Publish.settings