Skip to content

Commit afa171a

Browse files
Update ammonite to 3.0.0-M0-67-b3fea31f (#2769)
* Update ammonite to 3.0.0-M0-65-d93dec88 * Update to 3.0.0-M0-67-b3fea31f * Update reference doc --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 8f5b57f commit afa171a

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
@@ -104,7 +104,7 @@ object Deps {
104104
// DO NOT hardcode a Scala version in this dependency string
105105
// This dependency is used to ensure that Ammonite is available for Scala versions
106106
// that Scala CLI supports.
107-
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-60-89836cd8"
107+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-67-b3fea31f"
108108
def asm = ivy"org.ow2.asm:asm:9.6"
109109
// Force using of 2.13 - is there a better way?
110110
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-60-89836cd8 by default)
1179+
Set the Ammonite version (3.0.0-M0-67-b3fea31f by default)
11801180

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

0 commit comments

Comments
 (0)