Skip to content

Commit

Permalink
Update cli-options_2.13, cli_2.13, ... to 0.1.7 (#1138)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Jun 29, 2022
1 parent cf7dff8 commit 520fdc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Deps {
def scalaMeta = "4.5.9"
def scalaNative = "0.4.5"
def scalaPackager = "0.1.26"
def signingCli = "0.1.6"
def signingCli = "0.1.7"
}
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.4-11-4f5bf2aa"
def asm = ivy"org.ow2.asm:asm:9.3"
Expand Down Expand Up @@ -148,7 +148,7 @@ object Deps {
}

object BuildDeps {
def scalaCliVersion = "0.1.6"
def scalaCliVersion = "0.1.7"
}

def graalVmVersion = "22.1.0"
Expand Down
4 changes: 4 additions & 0 deletions website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,10 @@ Available in commands:

#### `--fingerprint`

#### `--verbose`

Aliases: `-v`

## Pgp pull options

Available in commands:
Expand Down

0 comments on commit 520fdc8

Please sign in to comment.