File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ object Deps {
62
62
def scalaMeta = " 4.5.9"
63
63
def scalaNative = " 0.4.5"
64
64
def scalaPackager = " 0.1.26"
65
- def signingCli = " 0.1.6 "
65
+ def signingCli = " 0.1.7 "
66
66
}
67
67
def ammonite = ivy " com.lihaoyi:::ammonite:2.5.4-11-4f5bf2aa "
68
68
def asm = ivy " org.ow2.asm:asm:9.3 "
@@ -148,7 +148,7 @@ object Deps {
148
148
}
149
149
150
150
object BuildDeps {
151
- def scalaCliVersion = " 0.1.6 "
151
+ def scalaCliVersion = " 0.1.7 "
152
152
}
153
153
154
154
def graalVmVersion = " 22.1.0"
Original file line number Diff line number Diff line change @@ -1043,6 +1043,10 @@ Available in commands:
1043
1043
1044
1044
#### ` --fingerprint `
1045
1045
1046
+ #### ` --verbose `
1047
+
1048
+ Aliases: ` -v `
1049
+
1046
1050
## Pgp pull options
1047
1051
1048
1052
Available in commands:
You can’t perform that action at this time.
0 commit comments