Skip to content

Commit

Permalink
Update ammonite to 3.0.0-M0-56-1bcbe7f6 (#2440)
Browse files Browse the repository at this point in the history
* Update ammonite to 3.0.0-M0-56-1bcbe7f6

* Update reference docs to point to the newest ammonite

---------

Co-authored-by: Piotr Chabelski <[email protected]>
  • Loading branch information
scala-steward and Gedochao authored Oct 4, 2023
1 parent 2521dd3 commit d8a4d59
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 @@ -97,7 +97,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:3.0.0-M0-53-084f7f4e"
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-56-1bcbe7f6"
def asm = ivy"org.ow2.asm:asm:9.6"
// Force using of 2.13 - is there a better way?
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
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 @@ -1137,7 +1137,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

Set the Ammonite version (3.0.0-M0-53-084f7f4e by default)
Set the Ammonite version (3.0.0-M0-56-1bcbe7f6 by default)

### `--ammonite-arg`

Expand Down

0 comments on commit d8a4d59

Please sign in to comment.