You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of hardcoding versions, reference this file:
For current versions, see [Current Versions](./current-versions.md).
The backend uses Ktor (see [current version](./current-versions.md#core-framework))
with Exposed ORM for database access.
Updating Versions
Update the source file (gradle/libs.versions.toml, package.json, or .mise.toml)
Run sangita-cli docs sync-versions
Commit both the source file and the regenerated current-versions.md
CI Integration
Add to your CI pipeline to ensure versions stay in sync:
- name: Verify version syncrun: | sangita-cli docs sync-versions --check