Skip to content

Commit 520fdc8

Browse files
Update cli-options_2.13, cli_2.13, ... to 0.1.7 (#1138)
Co-authored-by: Alexandre Archambault <[email protected]>
1 parent cf7dff8 commit 520fdc8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

project/deps.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ object Deps {
6262
def scalaMeta = "4.5.9"
6363
def scalaNative = "0.4.5"
6464
def scalaPackager = "0.1.26"
65-
def signingCli = "0.1.6"
65+
def signingCli = "0.1.7"
6666
}
6767
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4-11-4f5bf2aa"
6868
def asm = ivy"org.ow2.asm:asm:9.3"
@@ -148,7 +148,7 @@ object Deps {
148148
}
149149

150150
object BuildDeps {
151-
def scalaCliVersion = "0.1.6"
151+
def scalaCliVersion = "0.1.7"
152152
}
153153

154154
def graalVmVersion = "22.1.0"

website/docs/reference/cli-options.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,10 @@ Available in commands:
10431043

10441044
#### `--fingerprint`
10451045

1046+
#### `--verbose`
1047+
1048+
Aliases: `-v`
1049+
10461050
## Pgp pull options
10471051

10481052
Available in commands:

0 commit comments

Comments
 (0)