Sbt release versioning with Bamboo

Any body have experience how to deal release versioning with SBT and Bamboo ?

Im trying to update versions for each bamboo builds, not sure how to go forward.

Any suggestions or solved same problem before ?

What would you want to happen?

Is your question about the strategy or how to implement it in sbt?

How to implement it in SBT .

Normally, you version source code, resources and settings (with some version control tool such as Git) and assume that if those are the same, then the result of the built should be the same, too. What triggers a new built in your case?