Skip to content

Commit

Permalink
Update ammonite to 2.5.6 (#1769)
Browse files Browse the repository at this point in the history
* Update ammonite to 2.5.6

* Adjust ammonite reference docs

Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
  • Loading branch information
scala-steward and Gedochao committed Jan 12, 2023
1 parent 8ba8022 commit 5fb1fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object Deps {
// DO NOT hardcode a Scala version in this dependency string
// This dependency is used to ensure that Ammonite is available for Scala versions
// that Scala CLI supports.
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.5-17-df243e14"
def ammonite = ivy"com.lihaoyi:::ammonite:2.5.6"
def asm = ivy"org.ow2.asm:asm:9.4"
def bloop = ivy"io.github.alexarchambault.bleep:bloop-frontend_2.12:1.5.6-sc-2"
// Force using of 2.13 - is there a better way?
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

Set the Ammonite version (2.5.5-17-df243e14 by default)
Set the Ammonite version (2.5.6 by default)

### `--ammonite-arg`

Expand Down

0 comments on commit 5fb1fd1

Please sign in to comment.