Skip to content

Commit 251223e

Browse files
Update ammonite to 3.0.0-M0-92-0b2ae1a1 (#2782)
* Update ammonite to 3.0.0-M0-92-0b2ae1a1 * Generate reference doc * Bump max ammonite version for Scala 2.12 & 2.13 --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 138196b commit 251223e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/deps.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ object Scala {
4545
(0 until max34).map(i => s"3.4.$i") ++ Seq(scala3Next)
4646
}
4747

48-
def maxAmmoniteScala212Version = "2.12.18"
49-
def maxAmmoniteScala213Version = "2.13.12"
48+
def maxAmmoniteScala212Version = scala212
49+
def maxAmmoniteScala213Version = scala213
5050
def maxAmmoniteScala3Version = scala3Lts
5151
lazy val listMaxAmmoniteScalaVersion =
5252
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
@@ -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-71-1e75159e"
107+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-92-0b2ae1a1"
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-71-1e75159e by default)
1179+
Set the Ammonite version (3.0.0-M0-92-0b2ae1a1 by default)
11801180

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

0 commit comments

Comments
 (0)