Skip to content

Commit 09057a3

Browse files
Update ammonite to 3.0.0-M1-10-105f9e32 (#2844)
* Update ammonite to 3.0.0-M1-10-105f9e32 * Fix ammonite reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 68ce528 commit 09057a3

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
@@ -106,7 +106,7 @@ object Deps {
106106
// DO NOT hardcode a Scala version in this dependency string
107107
// This dependency is used to ensure that Ammonite is available for Scala versions
108108
// that Scala CLI supports.
109-
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M1-8-35694880"
109+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M1-10-105f9e32"
110110
def asm = ivy"org.ow2.asm:asm:9.7"
111111
// Force using of 2.13 - is there a better way?
112112
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
@@ -1182,7 +1182,7 @@ Use Ammonite (instead of the default Scala REPL)
11821182

11831183
Aliases: `--ammonite-ver`
11841184

1185-
Set the Ammonite version (3.0.0-M1-8-35694880 by default)
1185+
Set the Ammonite version (3.0.0-M1-10-105f9e32 by default)
11861186

11871187
### `--ammonite-arg`
11881188

0 commit comments

Comments
 (0)