Skip to content

Commit 6710d2c

Browse files
committed
CM-41217 Update Readme
1 parent 22bb757 commit 6710d2c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -502,14 +502,12 @@ After your install the pre-commit hook and, you may, on occasion, wish to skip s
502502
503503
#### SBT Scan
504504
505-
SBT Project have to uses the sbt-dependency-lock plugin for our scanning to ensure consistent dependency versions across builds. The lock file (build.sbt.lock) records exact dependency versions, enabling reliable builds and simplified dependency management.
505+
We use sbt-dependency-lock plugin to restore the lock file for SBT projects.
506+
To disable lock restore in use `--no-restore` option.
506507
507508
Prerequisites
508-
509-
• sbt: Ensure that sbt is installed on your system.
510-
• sbt-dependency-lock Plugin: Add the following line to project/plugins.sbt:
511-
512-
`addSbtPlugin("io.github.coursier" % "sbt-dependency-lock" % "1.6.2")`
509+
* sbt-dependency-lock Plugin: Install the plugin by adding the following line to `project/plugins.sbt`:
510+
`addSbtPlugin("software.purpledragon" % "sbt-dependency-lock" % "1.5.1")`
513511
514512
## Scan Results
515513

0 commit comments

Comments
 (0)