Skip to content

Commit bf52053

Browse files
Update ammonite to 3.0.0-M2-13-23a8ef64 (#2989)
* Update ammonite to 3.0.0-M2-13-23a8ef64 * Fix reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 8df31c4 commit bf52053

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
@@ -88,7 +88,7 @@ object InternalDeps {
8888

8989
object Deps {
9090
object Versions {
91-
def ammonite = "3.0.0-M2-12-951bbc1e"
91+
def ammonite = "3.0.0-M2-13-23a8ef64"
9292
def ammoniteForScala3Lts = ammonite
9393
// jni-utils version may need to be sync-ed when bumping the coursier version
9494
def coursierDefault = "2.1.10"

website/docs/reference/cli-options.md

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

11791179
Aliases: `--ammonite-ver`
11801180

1181-
Set the Ammonite version (3.0.0-M2-12-951bbc1e by default)
1181+
Set the Ammonite version (3.0.0-M2-13-23a8ef64 by default)
11821182

11831183
### `--ammonite-arg`
11841184

0 commit comments

Comments
 (0)