Skip to content

Commit 3897be5

Browse files
Update ammonite to 3.0.0-M0-60-89836cd8 (#2586)
* Update ammonite to 3.0.0-M0-60-89836cd8 * Fix reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 466579e commit 3897be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ object Deps {
9696
// DO NOT hardcode a Scala version in this dependency string
9797
// This dependency is used to ensure that Ammonite is available for Scala versions
9898
// that Scala CLI supports.
99-
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-59-cdeaa580"
99+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-60-89836cd8"
100100
def asm = ivy"org.ow2.asm:asm:9.6"
101101
// Force using of 2.13 - is there a better way?
102102
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ Use Ammonite (instead of the default Scala REPL)
11761176

11771177
Aliases: `--ammonite-ver`
11781178

1179-
Set the Ammonite version (3.0.0-M0-59-cdeaa580 by default)
1179+
Set the Ammonite version (3.0.0-M0-60-89836cd8 by default)
11801180

11811181
### `--ammonite-arg`
11821182

0 commit comments

Comments
 (0)