Skip to content

Commit bf15e1f

Browse files
Update ammonite to 3.0.0-M1-19-a7973e17 (#2884)
* Update ammonite to 3.0.0-M1-19-a7973e17 * Update reference docs * Bump Scala 2.13.x Ammonite compat to latest supported (2.13.14) --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent b344478 commit bf15e1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/deps.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object Scala {
4747
}
4848

4949
def maxAmmoniteScala212Version = scala212
50-
def maxAmmoniteScala213Version = "2.13.13"
50+
def maxAmmoniteScala213Version = scala213
5151
def maxAmmoniteScala3Version = scala3Lts
5252
lazy val listMaxAmmoniteScalaVersion =
5353
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
@@ -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-M1-10-105f9e32"
115+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M1-19-a7973e17"
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-M1-10-105f9e32 by default)
1185+
Set the Ammonite version (3.0.0-M1-19-a7973e17 by default)
11861186

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

0 commit comments

Comments
 (0)