Skip to content

Commit

Permalink
CM-41217 Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naftalicy committed Nov 6, 2024
1 parent 22bb757 commit 6710d2c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,12 @@ After your install the pre-commit hook and, you may, on occasion, wish to skip s
#### SBT Scan
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.
We use sbt-dependency-lock plugin to restore the lock file for SBT projects.
To disable lock restore in use `--no-restore` option.
Prerequisites
• sbt: Ensure that sbt is installed on your system.
• sbt-dependency-lock Plugin: Add the following line to project/plugins.sbt:
`addSbtPlugin("io.github.coursier" % "sbt-dependency-lock" % "1.6.2")`
* sbt-dependency-lock Plugin: Install the plugin by adding the following line to `project/plugins.sbt`:
`addSbtPlugin("software.purpledragon" % "sbt-dependency-lock" % "1.5.1")`
## Scan Results
Expand Down

0 comments on commit 6710d2c

Please sign in to comment.