File Formats
sbt-dependency-lock stores lockfile information in JSON format with a version identifier (lockVersion) in the top-level object. Details of the file format can be found on these pages, and we encourage other tools to utilise the output information.
| Version | Added In | Removed In | Description |
|---|---|---|---|
| 1 | 0.1.0 | current | Initial version. |
| 2 | proposed | N/A | Proposed enhanced format. |
Current default version is: 1
The source code for this page can be found here.