File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,9 @@ are relevant for the hook's check. The default is `{defaultScope}`.
62
62
63
63
[NOTE]
64
64
--
65
- All hooks have an optional `project-dir` arugument, which is useful for monorepos that do not have a `build.sbt` in their root.
66
- All hooks have an optional `no-clean` arugument, which won't automatically run an `sbt clean` before executing the command.
65
+ All hooks have an optional `project-dir` argument, which is useful for monorepos that do not have a `build.sbt` in their root.
66
+ All hooks have an optional `no-clean` argument, which won't automatically run an `sbt clean` before executing the command.
67
+ All hooks have an optional `client` argument, which will persist the SBT session across invocations on newer SBT versions.
67
68
--
68
69
69
70
[IMPORTANT]
You can’t perform that action at this time.
0 commit comments