This plugin extends SBT standard output with service messages that TeamCity build server uses to present build results.
You don't need this plugin if you use TeamCity SBT runner with 'Auto' installation mode.
Add the following to your project/plugins.sbt file:
resolvers += Resolver.url("bintray-sbt-plugin-releases",url("https://dl.bintray.com/content/sbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)
addSbtPlugin("org.jetbrains.teamcity.plugins" % "sbt-teamcity-logger" % "0.3.0")
or register plugin as a global plugin for your SBT according to SBT documentation
Plugin is compatible with SBT version 0.13.x.
This plugin starts to work for builds running on TeamCity automatically and doesn't affect SBT output for other cases.
To be sure that plugin was installed correctly you can use sbt-teamcity-logger
. Plugin status will be displayed.