sbt
The sbt files are structured as follows:
myCompany-camundala
| project
| | build.properties
| | plugins.sbt
| | ProjectDef.scala
| | Settings.scala
| build.sbt
build.properties
Contains only the sbt version. (updated automatically)
plugins.sbt
Defines the plugins used in the project. (updated automatically)
ProjectDef.scala
Defines the project naming (organisation, name, version). (updated automatically)
You should not adjust this file, as in is used in the development process.
Settings.scala
Contains the settings for the build project. (updated automatically)
build.sbt
Top level of the build definition. Make your adjustments here.
Check it for the TODOs and adjust them to your needs.
At the moment you need at least define the repository settings.