Skip to content

Commit 41457d8

Browse files
Update ammonite to 3.0.0-M2-8-ba4429a2 (#2948)
* Update ammonite to 3.0.0-M2-8-ba4429a2 * Fix reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent e6f7306 commit 41457d8

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
@@ -112,7 +112,7 @@ object Deps {
112112
// DO NOT hardcode a Scala version in this dependency string
113113
// This dependency is used to ensure that Ammonite is available for Scala versions
114114
// that Scala CLI supports.
115-
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M2-5-1c823fef"
115+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M2-8-ba4429a2"
116116
def asm = ivy"org.ow2.asm:asm:9.7"
117117
// Force using of 2.13 - is there a better way?
118118
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.0.0"

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-M2-5-1c823fef by default)
1185+
Set the Ammonite version (3.0.0-M2-8-ba4429a2 by default)
11861186

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

0 commit comments

Comments
 (0)