Skip to content

Commit ed51864

Browse files
scala-stewardGedochao
authored andcommitted
Update ammonite to 3.0.0-M0-71-1e75159e
1 parent 5646e55 commit ed51864

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-67-b3fea31f"
107+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-71-1e75159e"
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-67-b3fea31f by default)
1179+
Set the Ammonite version (3.0.0-M0-71-1e75159e by default)
11801180

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

0 commit comments

Comments
 (0)